Shades of Cobalt #035CA8
Tints of Cobalt #035CA8
RGB
CMYK
RGB Variations
Color information
#035CA8 (or 0x035CA8) is known color: Cobalt. HEX triplet: 03, 5C and A8. RGB value is (3,92,168). Sum of RGB (Red+Green+Blue) = 3+92+168=263 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.14% from 263); Green value is 92 (36.33% from 255 or 34.98% from 263); Blue value is 168 (66.02% from 255 or 63.88% from 263); Max value from RGB is 168 - color contains mainly: blue. Hex color #035CA8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035CA8 is #FCA357. Grayscale: #494949. Windows color (decimal): -16556888 or 11033603. OLE color: 11033603.
HSL color Cylindrical-coordinate representation of color #035CA8: hue angle of 207.64º degrees, saturation: 0.96, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035CA8 is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 3 | 92 | 168 | - |
| CMYK | 0.98 | 0.45 | 0 | 0.34 |
| HSL | 207.64º | 0.96% | 0.34% | - |
| HSV(B) | 207.64º | 0.98% | 0.66% | - |
| XYZ | 10.93 | 10.5 | 38.5 | - |
| YUV | 74.05 | 181.01 | 77.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 92 | 168 | 0.98 | 0.45 | 0 | 0.34 | 207.64 | 0.96 | 0.34 |
| Hex | 3 | 5C | A8 | 62 | 2D | 0 | 22 | D0 | 60 | 22 |
| Octal | 3 | 134 | 250 | 142 | 55 | 0 | 42 | 320 | 140 | 42 |
| Binary | 11 | 1011100 | 10101000 | 1100010 | 101101 | 0 | 100010 | 11010000 | 1100000 | 100010 |
Color Harmonies of #035CA8
Complementary color
Monochromatic Colors of #035CA8
Black with #035CA8
Text Example
Text Example
White with #035CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035CA8; }
p { color: rgb(3,92,168); }
H1.HeaderClassName
{
color: #035CA8;
}
.AnyTagClassName
{
color: #035CA8;
}
</style>
background-color css
<style>
a { background-color: #035CA8; }
a { background-color: rgb(3,92,168); }
div.DivClassName
{
background-color: #035CA8;
}
.BgClassName
{
background-color: #035CA8;
}
</style>
border-color css
<style>
span { border-color: #035CA8; }
span { border-color: rgb(3,92,168); }
td.TdClassName
{
border-color: #035CA8;
}
.TagClassName
{
border-color: #035CA8;
}
</style>