Shades of Cobalt #0352B2
Tints of Cobalt #0352B2
RGB
CMYK
RGB Variations
Color information
#0352B2 (or 0x0352B2) is known color: Cobalt. HEX triplet: 03, 52 and B2. RGB value is (3,82,178). Sum of RGB (Red+Green+Blue) = 3+82+178=263 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.14% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 178 (69.92% from 255 or 67.68% from 263); Max value from RGB is 178 - color contains mainly: blue. Hex color #0352B2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0352B2 is #FCAD4D. Grayscale: #444444. Windows color (decimal): -16559438 or 11686403. OLE color: 11686403.
HSL color Cylindrical-coordinate representation of color #0352B2: hue angle of 212.91º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0352B2 is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 3 | 82 | 178 | - |
| CMYK | 0.98 | 0.54 | 0 | 0.30 |
| HSL | 212.91º | 0.97% | 0.35% | - |
| HSV(B) | 212.91º | 0.98% | 0.7% | - |
| XYZ | 11.09 | 9.27 | 43.32 | - |
| YUV | 69.32 | 189.33 | 80.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 82 | 178 | 0.98 | 0.54 | 0 | 0.30 | 212.91 | 0.97 | 0.35 |
| Hex | 3 | 52 | B2 | 62 | 36 | 0 | 1E | D5 | 61 | 23 |
| Octal | 3 | 122 | 262 | 142 | 66 | 0 | 36 | 325 | 141 | 43 |
| Binary | 11 | 1010010 | 10110010 | 1100010 | 110110 | 0 | 11110 | 11010101 | 1100001 | 100011 |
Color Harmonies of #0352B2
Complementary color
Monochromatic Colors of #0352B2
Black with #0352B2
Text Example
Text Example
White with #0352B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0352B2; }
p { color: rgb(3,82,178); }
H1.HeaderClassName
{
color: #0352B2;
}
.AnyTagClassName
{
color: #0352B2;
}
</style>
background-color css
<style>
a { background-color: #0352B2; }
a { background-color: rgb(3,82,178); }
div.DivClassName
{
background-color: #0352B2;
}
.BgClassName
{
background-color: #0352B2;
}
</style>
border-color css
<style>
span { border-color: #0352B2; }
span { border-color: rgb(3,82,178); }
td.TdClassName
{
border-color: #0352B2;
}
.TagClassName
{
border-color: #0352B2;
}
</style>