Shades of Cobalt #0352AA
Tints of Cobalt #0352AA
RGB
CMYK
RGB Variations
Color information
#0352AA (or 0x0352AA) is known color: Cobalt. HEX triplet: 03, 52 and AA. RGB value is (3,82,170). Sum of RGB (Red+Green+Blue) = 3+82+170=255 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 255); Green value is 82 (32.42% from 255 or 32.16% from 255); Blue value is 170 (66.80% from 255 or 66.67% from 255); Max value from RGB is 170 - color contains mainly: blue. Hex color #0352AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0352AA is #FCAD55. Grayscale: #434343. Windows color (decimal): -16559446 or 11162115. OLE color: 11162115.
HSL color Cylindrical-coordinate representation of color #0352AA: hue angle of 211.62º 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 #0352AA is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 82 | 170 | - |
| CMYK | 0.98 | 0.52 | 0 | 0.33 |
| HSL | 211.62º | 0.97% | 0.34% | - |
| HSV(B) | 211.62º | 0.98% | 0.67% | - |
| XYZ | 10.31 | 8.96 | 39.22 | - |
| YUV | 68.41 | 185.33 | 81.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 82 | 170 | 0.98 | 0.52 | 0 | 0.33 | 211.62 | 0.97 | 0.34 |
| Hex | 3 | 52 | AA | 62 | 34 | 0 | 21 | D4 | 61 | 22 |
| Octal | 3 | 122 | 252 | 142 | 64 | 0 | 41 | 324 | 141 | 42 |
| Binary | 11 | 1010010 | 10101010 | 1100010 | 110100 | 0 | 100001 | 11010100 | 1100001 | 100010 |
Color Harmonies of #0352AA
Complementary color
Monochromatic Colors of #0352AA
Black with #0352AA
Text Example
Text Example
White with #0352AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0352AA; }
p { color: rgb(3,82,170); }
H1.HeaderClassName
{
color: #0352AA;
}
.AnyTagClassName
{
color: #0352AA;
}
</style>
background-color css
<style>
a { background-color: #0352AA; }
a { background-color: rgb(3,82,170); }
div.DivClassName
{
background-color: #0352AA;
}
.BgClassName
{
background-color: #0352AA;
}
</style>
border-color css
<style>
span { border-color: #0352AA; }
span { border-color: rgb(3,82,170); }
td.TdClassName
{
border-color: #0352AA;
}
.TagClassName
{
border-color: #0352AA;
}
</style>