Shades of Curious Blue #408BC2
Tints of Curious Blue #408BC2
RGB
CMYK
RGB Variations
Color information
#408BC2 (or 0x408BC2) is known color: Curious Blue. HEX triplet: 40, 8B and C2. RGB value is (64,139,194). Sum of RGB (Red+Green+Blue) = 64+139+194=397 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.12% from 397); Green value is 139 (54.69% from 255 or 35.01% from 397); Blue value is 194 (76.17% from 255 or 48.87% from 397); Max value from RGB is 194 - color contains mainly: blue. Hex color #408BC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408BC2 is #BF743D. Grayscale: #7A7A7A. Windows color (decimal): -12547134 or 12749632. OLE color: 12749632.
HSL color Cylindrical-coordinate representation of color #408BC2: hue angle of 205.38º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #408BC2 is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 139 | 194 | - |
| CMYK | 0.67 | 0.28 | 0 | 0.24 |
| HSL | 205.38º | 0.52% | 0.51% | - |
| HSV(B) | 205.38º | 0.67% | 0.76% | - |
| XYZ | 21.08 | 23.45 | 54.45 | - |
| YUV | 122.85 | 168.15 | 86.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 139 | 194 | 0.67 | 0.28 | 0 | 0.24 | 205.38 | 0.52 | 0.51 |
| Hex | 40 | 8B | C2 | 43 | 1C | 0 | 18 | CD | 34 | 33 |
| Octal | 100 | 213 | 302 | 103 | 34 | 0 | 30 | 315 | 64 | 63 |
| Binary | 1000000 | 10001011 | 11000010 | 1000011 | 11100 | 0 | 11000 | 11001101 | 110100 | 110011 |
Color Harmonies of #408BC2
Complementary color
Monochromatic Colors of #408BC2
Black with #408BC2
Text Example
Text Example
White with #408BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408BC2; }
p { color: rgb(64,139,194); }
H1.HeaderClassName
{
color: #408BC2;
}
.AnyTagClassName
{
color: #408BC2;
}
</style>
background-color css
<style>
a { background-color: #408BC2; }
a { background-color: rgb(64,139,194); }
div.DivClassName
{
background-color: #408BC2;
}
.BgClassName
{
background-color: #408BC2;
}
</style>
border-color css
<style>
span { border-color: #408BC2; }
span { border-color: rgb(64,139,194); }
td.TdClassName
{
border-color: #408BC2;
}
.TagClassName
{
border-color: #408BC2;
}
</style>