Shades of Curious Blue #408BBB
Tints of Curious Blue #408BBB
RGB
CMYK
RGB Variations
Color information
#408BBB (or 0x408BBB) is known color: Curious Blue. HEX triplet: 40, 8B and BB. RGB value is (64,139,187). Sum of RGB (Red+Green+Blue) = 64+139+187=390 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.41% from 390); Green value is 139 (54.69% from 255 or 35.64% from 390); Blue value is 187 (73.44% from 255 or 47.95% from 390); Max value from RGB is 187 - color contains mainly: blue. Hex color #408BBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408BBB is #BF7444. Grayscale: #797979. Windows color (decimal): -12547141 or 12290880. OLE color: 12290880.
HSL color Cylindrical-coordinate representation of color #408BBB: hue angle of 203.41º 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 #408BBB is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 139 | 187 | - |
| CMYK | 0.66 | 0.26 | 0 | 0.27 |
| HSL | 203.41º | 0.49% | 0.49% | - |
| HSV(B) | 203.41º | 0.66% | 0.73% | - |
| XYZ | 20.32 | 23.14 | 50.41 | - |
| YUV | 122.05 | 164.65 | 86.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 139 | 187 | 0.66 | 0.26 | 0 | 0.27 | 203.41 | 0.49 | 0.49 |
| Hex | 40 | 8B | BB | 42 | 1A | 0 | 1B | CB | 31 | 31 |
| Octal | 100 | 213 | 273 | 102 | 32 | 0 | 33 | 313 | 61 | 61 |
| Binary | 1000000 | 10001011 | 10111011 | 1000010 | 11010 | 0 | 11011 | 11001011 | 110001 | 110001 |
Color Harmonies of #408BBB
Complementary color
Monochromatic Colors of #408BBB
Black with #408BBB
Text Example
Text Example
White with #408BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408BBB; }
p { color: rgb(64,139,187); }
H1.HeaderClassName
{
color: #408BBB;
}
.AnyTagClassName
{
color: #408BBB;
}
</style>
background-color css
<style>
a { background-color: #408BBB; }
a { background-color: rgb(64,139,187); }
div.DivClassName
{
background-color: #408BBB;
}
.BgClassName
{
background-color: #408BBB;
}
</style>
border-color css
<style>
span { border-color: #408BBB; }
span { border-color: rgb(64,139,187); }
td.TdClassName
{
border-color: #408BBB;
}
.TagClassName
{
border-color: #408BBB;
}
</style>