#3f8cd5

Color #3F8CD5 Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #3F8CD5

Tints of Curious Blue #3F8CD5

Color information

#3F8CD5 (or 0x3F8CD5) is unknown color: approx Curious Blue. HEX triplet: 3F, 8C and D5. RGB value is (63,140,213). Sum of RGB (Red+Green+Blue) = 63+140+213=416 (55% of max value = 765). Red value is 63 (25% from 255 or 15.14% from 416); Green value is 140 (55.08% from 255 or 33.65% from 416); Blue value is 213 (83.59% from 255 or 51.20% from 416); Max value from RGB is 213 - color contains mainly: blue. Hex color #3F8CD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F8CD5 is #C0732A. Grayscale: #7C7C7C. Windows color (decimal): -12612395 or 13995071. OLE color: 13995071.

HSL color Cylindrical-coordinate representation of color #3F8CD5: hue angle of 209.2º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F8CD5 is Cyan = 0.70, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB63140213-
CMYK0.700.3400.16
HSL209.2º64.1%54.12%-
HSV(B)209.2º70.42%83.53%-
XYZ23.4424.6266.47-
YUV125.3177.4983.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 63 (25% from 255) = 15.14%
GREEN value IS 140 (55.08% from 255) = 33.65%
BLUE value IS 213 (83.59% from 255) = 51.20%
R=15.14%
G=33.65%
B=51.20%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal631402130.700.3400.16209.264.154.12
Hex3F8CD54622010d14036
Octal772143251064202032110066
Binary11111110001100110101011000110100010010000110100011000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f8cd5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3f8cd5; }

 p { color: rgb(63,140,213); }

 H1.HeaderClassName
 {
   color: #3f8cd5;
 }
 .AnyTagClassName
 {
   color: #3f8cd5;
 }
</style>
background-color css

<style>
 a { background-color: #3f8cd5; }

 a { background-color: rgb(63,140,213); }

 div.DivClassName
 {
   background-color: #3f8cd5;
 }
 .BgClassName
 {
   background-color: #3f8cd5;
 }
</style>
border-color css

<style>
 span { border-color: #3f8cd5; }

 span { border-color: rgb(63,140,213); }

 td.TdClassName
 {
   border-color: #3f8cd5;
 }
 .TagClassName
 {
   border-color: #3f8cd5;
 }
</style>