Shades of Curious Blue #408EBA
Tints of Curious Blue #408EBA
RGB
CMYK
RGB Variations
Color information
#408EBA (or 0x408EBA) is known color: 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
| RGB | 64 | 142 | 186 | - |
| CMYK | 0.66 | 0.24 | 0 | 0.27 |
| HSL | 201.64º | 0.49% | 0.49% | - |
| HSV(B) | 201.64º | 0.66% | 0.73% | - |
| XYZ | 20.65 | 23.98 | 49.99 | - |
| YUV | 123.69 | 163.16 | 85.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 142 | 186 | 0.66 | 0.24 | 0 | 0.27 | 201.64 | 0.49 | 0.49 |
| Hex | 40 | 8E | BA | 42 | 18 | 0 | 1B | CA | 31 | 31 |
| Octal | 100 | 216 | 272 | 102 | 30 | 0 | 33 | 312 | 61 | 61 |
| Binary | 1000000 | 10001110 | 10111010 | 1000010 | 11000 | 0 | 11011 | 11001010 | 110001 | 110001 |
Color Harmonies of #408EBA
Complementary color
Monochromatic Colors of #408EBA
Black with #408EBA
Text Example
Text Example
White with #408EBA
Text Example
Text Example
HTML Codes & Css Web 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>