Shades of Curious Blue #408CBB
Tints of Curious Blue #408CBB
RGB
CMYK
RGB Variations
Color information
#408CBB (or 0x408CBB) is known color: Curious Blue. HEX triplet: 40, 8C and BB. RGB value is (64,140,187). Sum of RGB (Red+Green+Blue) = 64+140+187=391 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.37% from 391); Green value is 140 (55.08% from 255 or 35.81% from 391); Blue value is 187 (73.44% from 255 or 47.83% from 391); Max value from RGB is 187 - color contains mainly: blue. Hex color #408CBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408CBB is #BF7344. Grayscale: #7A7A7A. Windows color (decimal): -12546885 or 12291136. OLE color: 12291136.
HSL color Cylindrical-coordinate representation of color #408CBB: hue angle of 202.93º 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 #408CBB is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 140 | 187 | - |
| CMYK | 0.66 | 0.25 | 0 | 0.27 |
| HSL | 202.93º | 0.49% | 0.49% | - |
| HSV(B) | 202.93º | 0.66% | 0.73% | - |
| XYZ | 20.46 | 23.43 | 50.46 | - |
| YUV | 122.63 | 164.32 | 86.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 140 | 187 | 0.66 | 0.25 | 0 | 0.27 | 202.93 | 0.49 | 0.49 |
| Hex | 40 | 8C | BB | 42 | 19 | 0 | 1B | CB | 31 | 31 |
| Octal | 100 | 214 | 273 | 102 | 31 | 0 | 33 | 313 | 61 | 61 |
| Binary | 1000000 | 10001100 | 10111011 | 1000010 | 11001 | 0 | 11011 | 11001011 | 110001 | 110001 |
Color Harmonies of #408CBB
Complementary color
Monochromatic Colors of #408CBB
Black with #408CBB
Text Example
Text Example
White with #408CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408CBB; }
p { color: rgb(64,140,187); }
H1.HeaderClassName
{
color: #408CBB;
}
.AnyTagClassName
{
color: #408CBB;
}
</style>
background-color css
<style>
a { background-color: #408CBB; }
a { background-color: rgb(64,140,187); }
div.DivClassName
{
background-color: #408CBB;
}
.BgClassName
{
background-color: #408CBB;
}
</style>
border-color css
<style>
span { border-color: #408CBB; }
span { border-color: rgb(64,140,187); }
td.TdClassName
{
border-color: #408CBB;
}
.TagClassName
{
border-color: #408CBB;
}
</style>