Shades of Cobalt #035AAA
Tints of Cobalt #035AAA
RGB
CMYK
RGB Variations
Color information
#035AAA (or 0x035AAA) is known color: Cobalt. HEX triplet: 03, 5A and AA. RGB value is (3,90,170). Sum of RGB (Red+Green+Blue) = 3+90+170=263 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.14% from 263); Green value is 90 (35.55% from 255 or 34.22% from 263); Blue value is 170 (66.80% from 255 or 64.64% from 263); Max value from RGB is 170 - color contains mainly: blue. Hex color #035AAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035AAA is #FCA555. Grayscale: #484848. Windows color (decimal): -16557398 or 11164163. OLE color: 11164163.
HSL color Cylindrical-coordinate representation of color #035AAA: hue angle of 208.74º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035AAA is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 90 | 170 | - |
| CMYK | 0.98 | 0.47 | 0 | 0.33 |
| HSL | 208.74º | 0.97% | 0.34% | - |
| HSV(B) | 208.74º | 0.98% | 0.67% | - |
| XYZ | 10.95 | 10.23 | 39.43 | - |
| YUV | 73.11 | 182.68 | 78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 90 | 170 | 0.98 | 0.47 | 0 | 0.33 | 208.74 | 0.97 | 0.34 |
| Hex | 3 | 5A | AA | 62 | 2F | 0 | 21 | D1 | 61 | 22 |
| Octal | 3 | 132 | 252 | 142 | 57 | 0 | 41 | 321 | 141 | 42 |
| Binary | 11 | 1011010 | 10101010 | 1100010 | 101111 | 0 | 100001 | 11010001 | 1100001 | 100010 |
Color Harmonies of #035AAA
Complementary color
Monochromatic Colors of #035AAA
Black with #035AAA
Text Example
Text Example
White with #035AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035AAA; }
p { color: rgb(3,90,170); }
H1.HeaderClassName
{
color: #035AAA;
}
.AnyTagClassName
{
color: #035AAA;
}
</style>
background-color css
<style>
a { background-color: #035AAA; }
a { background-color: rgb(3,90,170); }
div.DivClassName
{
background-color: #035AAA;
}
.BgClassName
{
background-color: #035AAA;
}
</style>
border-color css
<style>
span { border-color: #035AAA; }
span { border-color: rgb(3,90,170); }
td.TdClassName
{
border-color: #035AAA;
}
.TagClassName
{
border-color: #035AAA;
}
</style>