#408ED3

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

Shades of Curious Blue #408ED3

Tints of Curious Blue #408ED3

Color information

#408ED3 (or 0x408ED3) is unknown color: approx Curious Blue. HEX triplet: 40, 8E and D3. RGB value is (64,142,211). Sum of RGB (Red+Green+Blue) = 64+142+211=417 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.35% from 417); Green value is 142 (55.86% from 255 or 34.05% from 417); Blue value is 211 (82.81% from 255 or 50.60% from 417); Max value from RGB is 211 - color contains mainly: blue. Hex color #408ED3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408ED3 is #BF712C. Grayscale: #7E7E7E. Windows color (decimal): -12546349 or 13864512. OLE color: 13864512.

HSL color Cylindrical-coordinate representation of color #408ED3: hue angle of 208.16º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #408ED3 is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB64142211-
CMYK0.700.3300.17
HSL208.16º62.55%53.92%-
HSV(B)208.16º69.67%82.75%-
XYZ23.5525.1465.24-
YUV126.54175.6683.39-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.35%
GREEN value IS 142 (55.86% from 255) = 34.05%
BLUE value IS 211 (82.81% from 255) = 50.60%
R=15.35%
G=34.05%
B=50.60%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal641422110.700.3300.17208.1662.5553.92
Hex408ED34621011d03f36
Octal100216323106410213207766
Binary10000001000111011010011100011010000101000111010000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408ED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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