Shades of Curious Blue #408BB6
Tints of Curious Blue #408BB6
RGB
CMYK
RGB Variations
Color information
#408BB6 (or 0x408BB6) is known color: Curious Blue. HEX triplet: 40, 8B and B6. RGB value is (64,139,182). Sum of RGB (Red+Green+Blue) = 64+139+182=385 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.62% from 385); Green value is 139 (54.69% from 255 or 36.10% from 385); Blue value is 182 (71.48% from 255 or 47.27% from 385); Max value from RGB is 182 - color contains mainly: blue. Hex color #408BB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408BB6 is #BF7449. Grayscale: #797979. Windows color (decimal): -12547146 or 11963200. OLE color: 11963200.
HSL color Cylindrical-coordinate representation of color #408BB6: hue angle of 201.86º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #408BB6 is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 64 | 139 | 182 | - |
| CMYK | 0.65 | 0.24 | 0 | 0.29 |
| HSL | 201.86º | 0.48% | 0.48% | - |
| HSV(B) | 201.86º | 0.65% | 0.71% | - |
| XYZ | 19.79 | 22.93 | 47.64 | - |
| YUV | 121.48 | 162.15 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 139 | 182 | 0.65 | 0.24 | 0 | 0.29 | 201.86 | 0.48 | 0.48 |
| Hex | 40 | 8B | B6 | 41 | 18 | 0 | 1D | CA | 30 | 30 |
| Octal | 100 | 213 | 266 | 101 | 30 | 0 | 35 | 312 | 60 | 60 |
| Binary | 1000000 | 10001011 | 10110110 | 1000001 | 11000 | 0 | 11101 | 11001010 | 110000 | 110000 |
Color Harmonies of #408BB6
Complementary color
Monochromatic Colors of #408BB6
Black with #408BB6
Text Example
Text Example
White with #408BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408BB6; }
p { color: rgb(64,139,182); }
H1.HeaderClassName
{
color: #408BB6;
}
.AnyTagClassName
{
color: #408BB6;
}
</style>
background-color css
<style>
a { background-color: #408BB6; }
a { background-color: rgb(64,139,182); }
div.DivClassName
{
background-color: #408BB6;
}
.BgClassName
{
background-color: #408BB6;
}
</style>
border-color css
<style>
span { border-color: #408BB6; }
span { border-color: rgb(64,139,182); }
td.TdClassName
{
border-color: #408BB6;
}
.TagClassName
{
border-color: #408BB6;
}
</style>