Shades of Cobalt #035CA2
Tints of Cobalt #035CA2
RGB
CMYK
RGB Variations
Color information
#035CA2 (or 0x035CA2) is known color: Cobalt. HEX triplet: 03, 5C and A2. RGB value is (3,92,162). Sum of RGB (Red+Green+Blue) = 3+92+162=257 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.17% from 257); Green value is 92 (36.33% from 255 or 35.80% from 257); Blue value is 162 (63.67% from 255 or 63.04% from 257); Max value from RGB is 162 - color contains mainly: blue. Hex color #035CA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035CA2 is #FCA35D. Grayscale: #494949. Windows color (decimal): -16556894 or 10640387. OLE color: 10640387.
HSL color Cylindrical-coordinate representation of color #035CA2: hue angle of 206.42º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035CA2 is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 3 | 92 | 162 | - |
| CMYK | 0.98 | 0.43 | 0 | 0.36 |
| HSL | 206.42º | 0.96% | 0.32% | - |
| HSV(B) | 206.42º | 0.98% | 0.64% | - |
| XYZ | 10.39 | 10.28 | 35.62 | - |
| YUV | 73.37 | 178.01 | 77.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 92 | 162 | 0.98 | 0.43 | 0 | 0.36 | 206.42 | 0.96 | 0.32 |
| Hex | 3 | 5C | A2 | 62 | 2B | 0 | 24 | CE | 60 | 20 |
| Octal | 3 | 134 | 242 | 142 | 53 | 0 | 44 | 316 | 140 | 40 |
| Binary | 11 | 1011100 | 10100010 | 1100010 | 101011 | 0 | 100100 | 11001110 | 1100000 | 100000 |
Color Harmonies of #035CA2
Complementary color
Monochromatic Colors of #035CA2
Black with #035CA2
Text Example
Text Example
White with #035CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035CA2; }
p { color: rgb(3,92,162); }
H1.HeaderClassName
{
color: #035CA2;
}
.AnyTagClassName
{
color: #035CA2;
}
</style>
background-color css
<style>
a { background-color: #035CA2; }
a { background-color: rgb(3,92,162); }
div.DivClassName
{
background-color: #035CA2;
}
.BgClassName
{
background-color: #035CA2;
}
</style>
border-color css
<style>
span { border-color: #035CA2; }
span { border-color: rgb(3,92,162); }
td.TdClassName
{
border-color: #035CA2;
}
.TagClassName
{
border-color: #035CA2;
}
</style>