Shades of Cobalt #0352B8
Tints of Cobalt #0352B8
RGB
CMYK
RGB Variations
Color information
#0352B8 (or 0x0352B8) is known color: Cobalt. HEX triplet: 03, 52 and B8. RGB value is (3,82,184). Sum of RGB (Red+Green+Blue) = 3+82+184=269 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 269); Green value is 82 (32.42% from 255 or 30.48% from 269); Blue value is 184 (72.27% from 255 or 68.40% from 269); Max value from RGB is 184 - color contains mainly: blue. Hex color #0352B8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0352B8 is #FCAD47. Grayscale: #454545. Windows color (decimal): -16559432 or 12079619. OLE color: 12079619.
HSL color Cylindrical-coordinate representation of color #0352B8: hue angle of 213.81º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0352B8 is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 3 | 82 | 184 | - |
| CMYK | 0.98 | 0.55 | 0 | 0.28 |
| HSL | 213.81º | 0.97% | 0.37% | - |
| HSV(B) | 213.81º | 0.98% | 0.72% | - |
| XYZ | 11.71 | 9.51 | 46.57 | - |
| YUV | 70.01 | 192.33 | 80.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 82 | 184 | 0.98 | 0.55 | 0 | 0.28 | 213.81 | 0.97 | 0.37 |
| Hex | 3 | 52 | B8 | 62 | 37 | 0 | 1C | D6 | 61 | 25 |
| Octal | 3 | 122 | 270 | 142 | 67 | 0 | 34 | 326 | 141 | 45 |
| Binary | 11 | 1010010 | 10111000 | 1100010 | 110111 | 0 | 11100 | 11010110 | 1100001 | 100101 |
Color Harmonies of #0352B8
Complementary color
Monochromatic Colors of #0352B8
Black with #0352B8
Text Example
Text Example
White with #0352B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0352B8; }
p { color: rgb(3,82,184); }
H1.HeaderClassName
{
color: #0352B8;
}
.AnyTagClassName
{
color: #0352B8;
}
</style>
background-color css
<style>
a { background-color: #0352B8; }
a { background-color: rgb(3,82,184); }
div.DivClassName
{
background-color: #0352B8;
}
.BgClassName
{
background-color: #0352B8;
}
</style>
border-color css
<style>
span { border-color: #0352B8; }
span { border-color: rgb(3,82,184); }
td.TdClassName
{
border-color: #0352B8;
}
.TagClassName
{
border-color: #0352B8;
}
</style>