Shades of Curious Blue #408EBE
Tints of Curious Blue #408EBE
RGB
CMYK
RGB Variations
Color information
#408EBE (or 0x408EBE) is known color: Curious Blue. HEX triplet: 40, 8E and BE. RGB value is (64,142,190). Sum of RGB (Red+Green+Blue) = 64+142+190=396 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.16% from 396); Green value is 142 (55.86% from 255 or 35.86% from 396); Blue value is 190 (74.61% from 255 or 47.98% from 396); Max value from RGB is 190 - color contains mainly: blue. Hex color #408EBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408EBE is #BF7141. Grayscale: #7B7B7B. Windows color (decimal): -12546370 or 12488256. OLE color: 12488256.
HSL color Cylindrical-coordinate representation of color #408EBE: hue angle of 202.86º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #408EBE is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 142 | 190 | - |
| CMYK | 0.66 | 0.25 | 0 | 0.25 |
| HSL | 202.86º | 0.5% | 0.5% | - |
| HSV(B) | 202.86º | 0.66% | 0.75% | - |
| XYZ | 21.08 | 24.15 | 52.27 | - |
| YUV | 124.15 | 165.16 | 85.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 142 | 190 | 0.66 | 0.25 | 0 | 0.25 | 202.86 | 0.5 | 0.5 |
| Hex | 40 | 8E | BE | 42 | 19 | 0 | 19 | CB | 32 | 32 |
| Octal | 100 | 216 | 276 | 102 | 31 | 0 | 31 | 313 | 62 | 62 |
| Binary | 1000000 | 10001110 | 10111110 | 1000010 | 11001 | 0 | 11001 | 11001011 | 110010 | 110010 |
Color Harmonies of #408EBE
Complementary color
Monochromatic Colors of #408EBE
Black with #408EBE
Text Example
Text Example
White with #408EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408EBE; }
p { color: rgb(64,142,190); }
H1.HeaderClassName
{
color: #408EBE;
}
.AnyTagClassName
{
color: #408EBE;
}
</style>
background-color css
<style>
a { background-color: #408EBE; }
a { background-color: rgb(64,142,190); }
div.DivClassName
{
background-color: #408EBE;
}
.BgClassName
{
background-color: #408EBE;
}
</style>
border-color css
<style>
span { border-color: #408EBE; }
span { border-color: rgb(64,142,190); }
td.TdClassName
{
border-color: #408EBE;
}
.TagClassName
{
border-color: #408EBE;
}
</style>