Shades of Curious Blue #408ABB
Tints of Curious Blue #408ABB
RGB
CMYK
RGB Variations
Color information
#408ABB (or 0x408ABB) is known color: Curious Blue. HEX triplet: 40, 8A and BB. RGB value is (64,138,187). Sum of RGB (Red+Green+Blue) = 64+138+187=389 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.45% from 389); Green value is 138 (54.30% from 255 or 35.48% from 389); Blue value is 187 (73.44% from 255 or 48.07% from 389); Max value from RGB is 187 - color contains mainly: blue. Hex color #408ABB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408ABB is #BF7544. Grayscale: #797979. Windows color (decimal): -12547397 or 12290624. OLE color: 12290624.
HSL color Cylindrical-coordinate representation of color #408ABB: hue angle of 203.9º 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 #408ABB is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 138 | 187 | - |
| CMYK | 0.66 | 0.26 | 0 | 0.27 |
| HSL | 203.9º | 0.49% | 0.49% | - |
| HSV(B) | 203.9º | 0.66% | 0.73% | - |
| XYZ | 20.17 | 22.85 | 50.36 | - |
| YUV | 121.46 | 164.98 | 87.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 138 | 187 | 0.66 | 0.26 | 0 | 0.27 | 203.9 | 0.49 | 0.49 |
| Hex | 40 | 8A | BB | 42 | 1A | 0 | 1B | CC | 31 | 31 |
| Octal | 100 | 212 | 273 | 102 | 32 | 0 | 33 | 314 | 61 | 61 |
| Binary | 1000000 | 10001010 | 10111011 | 1000010 | 11010 | 0 | 11011 | 11001100 | 110001 | 110001 |
Color Harmonies of #408ABB
Complementary color
Monochromatic Colors of #408ABB
Black with #408ABB
Text Example
Text Example
White with #408ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408ABB; }
p { color: rgb(64,138,187); }
H1.HeaderClassName
{
color: #408ABB;
}
.AnyTagClassName
{
color: #408ABB;
}
</style>
background-color css
<style>
a { background-color: #408ABB; }
a { background-color: rgb(64,138,187); }
div.DivClassName
{
background-color: #408ABB;
}
.BgClassName
{
background-color: #408ABB;
}
</style>
border-color css
<style>
span { border-color: #408ABB; }
span { border-color: rgb(64,138,187); }
td.TdClassName
{
border-color: #408ABB;
}
.TagClassName
{
border-color: #408ABB;
}
</style>