Shades of Cobalt #03529C
Tints of Cobalt #03529C
RGB
CMYK
RGB Variations
Color information
#03529C (or 0x03529C) is known color: Cobalt. HEX triplet: 03, 52 and 9C. RGB value is (3,82,156). Sum of RGB (Red+Green+Blue) = 3+82+156=241 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.24% from 241); Green value is 82 (32.42% from 255 or 34.02% from 241); Blue value is 156 (61.33% from 255 or 64.73% from 241); Max value from RGB is 156 - color contains mainly: blue. Hex color #03529C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03529C is #FCAD63. Grayscale: #424242. Windows color (decimal): -16559460 or 10244611. OLE color: 10244611.
HSL color Cylindrical-coordinate representation of color #03529C: hue angle of 209.02º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03529C is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 3 | 82 | 156 | - |
| CMYK | 0.98 | 0.47 | 0 | 0.39 |
| HSL | 209.02º | 0.96% | 0.31% | - |
| HSV(B) | 209.02º | 0.98% | 0.61% | - |
| XYZ | 9.06 | 8.45 | 32.61 | - |
| YUV | 66.82 | 178.33 | 82.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 82 | 156 | 0.98 | 0.47 | 0 | 0.39 | 209.02 | 0.96 | 0.31 |
| Hex | 3 | 52 | 9C | 62 | 2F | 0 | 27 | D1 | 60 | 1F |
| Octal | 3 | 122 | 234 | 142 | 57 | 0 | 47 | 321 | 140 | 37 |
| Binary | 11 | 1010010 | 10011100 | 1100010 | 101111 | 0 | 100111 | 11010001 | 1100000 | 11111 |
Color Harmonies of #03529C
Complementary color
Monochromatic Colors of #03529C
Black with #03529C
Text Example
Text Example
White with #03529C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03529C; }
p { color: rgb(3,82,156); }
H1.HeaderClassName
{
color: #03529C;
}
.AnyTagClassName
{
color: #03529C;
}
</style>
background-color css
<style>
a { background-color: #03529C; }
a { background-color: rgb(3,82,156); }
div.DivClassName
{
background-color: #03529C;
}
.BgClassName
{
background-color: #03529C;
}
</style>
border-color css
<style>
span { border-color: #03529C; }
span { border-color: rgb(3,82,156); }
td.TdClassName
{
border-color: #03529C;
}
.TagClassName
{
border-color: #03529C;
}
</style>