Shades of Curious Blue #408BBE
Tints of Curious Blue #408BBE
RGB
CMYK
RGB Variations
Color information
#408BBE (or 0x408BBE) is known color: Curious Blue. HEX triplet: 40, 8B and BE. RGB value is (64,139,190). Sum of RGB (Red+Green+Blue) = 64+139+190=393 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.28% from 393); Green value is 139 (54.69% from 255 or 35.37% from 393); Blue value is 190 (74.61% from 255 or 48.35% from 393); Max value from RGB is 190 - color contains mainly: blue. Hex color #408BBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408BBE is #BF7441. Grayscale: #7A7A7A. Windows color (decimal): -12547138 or 12487488. OLE color: 12487488.
HSL color Cylindrical-coordinate representation of color #408BBE: hue angle of 204.29º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #408BBE is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 139 | 190 | - |
| CMYK | 0.66 | 0.27 | 0 | 0.25 |
| HSL | 204.29º | 0.5% | 0.5% | - |
| HSV(B) | 204.29º | 0.66% | 0.75% | - |
| XYZ | 20.64 | 23.27 | 52.12 | - |
| YUV | 122.39 | 166.15 | 86.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 139 | 190 | 0.66 | 0.27 | 0 | 0.25 | 204.29 | 0.5 | 0.5 |
| Hex | 40 | 8B | BE | 42 | 1B | 0 | 19 | CC | 32 | 32 |
| Octal | 100 | 213 | 276 | 102 | 33 | 0 | 31 | 314 | 62 | 62 |
| Binary | 1000000 | 10001011 | 10111110 | 1000010 | 11011 | 0 | 11001 | 11001100 | 110010 | 110010 |
Color Harmonies of #408BBE
Complementary color
Monochromatic Colors of #408BBE
Black with #408BBE
Text Example
Text Example
White with #408BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408BBE; }
p { color: rgb(64,139,190); }
H1.HeaderClassName
{
color: #408BBE;
}
.AnyTagClassName
{
color: #408BBE;
}
</style>
background-color css
<style>
a { background-color: #408BBE; }
a { background-color: rgb(64,139,190); }
div.DivClassName
{
background-color: #408BBE;
}
.BgClassName
{
background-color: #408BBE;
}
</style>
border-color css
<style>
span { border-color: #408BBE; }
span { border-color: rgb(64,139,190); }
td.TdClassName
{
border-color: #408BBE;
}
.TagClassName
{
border-color: #408BBE;
}
</style>