#408EBD

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

Shades of Curious Blue #408EBD

Tints of Curious Blue #408EBD

Color information

#408EBD (or 0x408EBD) is unknown color: approx Curious Blue. HEX triplet: 40, 8E and BD. RGB value is (64,142,189). Sum of RGB (Red+Green+Blue) = 64+142+189=395 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.20% from 395); Green value is 142 (55.86% from 255 or 35.95% from 395); Blue value is 189 (74.22% from 255 or 47.85% from 395); Max value from RGB is 189 - color contains mainly: blue. Hex color #408EBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408EBD is #BF7142. Grayscale: #7B7B7B. Windows color (decimal): -12546371 or 12422720. OLE color: 12422720.

HSL color Cylindrical-coordinate representation of color #408EBD: hue angle of 202.56º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #408EBD is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB64142189-
CMYK0.660.2500.26
HSL202.56º49.41%49.61%-
HSV(B)202.56º66.14%74.12%-
XYZ20.9724.1151.69-
YUV124.04164.6685.18-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.20%
GREEN value IS 142 (55.86% from 255) = 35.95%
BLUE value IS 189 (74.22% from 255) = 47.85%
R=16.20%
G=35.95%
B=47.85%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal641421890.660.2500.26202.5649.4149.61
Hex408EBD421901Acb3132
Octal100216275102310323136162
Binary1000000100011101011110110000101100101101011001011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408EBD; }

 p { color: rgb(64,142,189); }

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

<style>
 a { background-color: #408EBD; }

 a { background-color: rgb(64,142,189); }

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

<style>
 span { border-color: #408EBD; }

 span { border-color: rgb(64,142,189); }

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