#408EBA

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

Shades of Curious Blue #408EBA

Tints of Curious Blue #408EBA

Color information

#408EBA (or 0x408EBA) is unknown color: approx Curious Blue. HEX triplet: 40, 8E and BA. RGB value is (64,142,186). Sum of RGB (Red+Green+Blue) = 64+142+186=392 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.33% from 392); Green value is 142 (55.86% from 255 or 36.22% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #408EBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408EBA is #BF7145. Grayscale: #7B7B7B. Windows color (decimal): -12546374 or 12226112. OLE color: 12226112.

HSL color Cylindrical-coordinate representation of color #408EBA: hue angle of 201.64º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #408EBA is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB64142186-
CMYK0.660.2400.27
HSL201.64º48.8%49.02%-
HSV(B)201.64º65.59%72.94%-
XYZ20.6523.9849.99-
YUV123.69163.1685.42-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.33%
GREEN value IS 142 (55.86% from 255) = 36.22%
BLUE value IS 186 (73.05% from 255) = 47.45%
R=16.33%
G=36.22%
B=47.45%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal641421860.660.2400.27201.6448.849.02
Hex408EBA421801Bca3131
Octal100216272102300333126161
Binary1000000100011101011101010000101100001101111001010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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