#408ABD

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

Shades of Curious Blue #408ABD

Tints of Curious Blue #408ABD

Color information

#408ABD (or 0x408ABD) is unknown color: approx Curious Blue. HEX triplet: 40, 8A and BD. RGB value is (64,138,189). Sum of RGB (Red+Green+Blue) = 64+138+189=391 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.37% from 391); Green value is 138 (54.30% from 255 or 35.29% from 391); Blue value is 189 (74.22% from 255 or 48.34% from 391); Max value from RGB is 189 - color contains mainly: blue. Hex color #408ABD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408ABD is #BF7542. Grayscale: #797979. Windows color (decimal): -12547395 or 12421696. OLE color: 12421696.

HSL color Cylindrical-coordinate representation of color #408ABD: hue angle of 204.48º 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 #408ABD is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB64138189-
CMYK0.660.2700.26
HSL204.48º49.41%49.61%-
HSV(B)204.48º66.14%74.12%-
XYZ20.3922.9451.5-
YUV121.69165.9886.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.37%
GREEN value IS 138 (54.30% from 255) = 35.29%
BLUE value IS 189 (74.22% from 255) = 48.34%
R=16.37%
G=35.29%
B=48.34%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal641381890.660.2700.26204.4849.4149.61
Hex408ABD421B01Acc3132
Octal100212275102330323146162
Binary1000000100010101011110110000101101101101011001100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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