Shades of Cobalt #003AC2
Tints of Cobalt #003AC2
RGB
CMYK
RGB Variations
Color information
#003AC2 (or 0x003AC2) is known color: Cobalt. HEX triplet: 00, 3A and C2. RGB value is (0,58,194). Sum of RGB (Red+Green+Blue) = 0+58+194=252 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 252); Green value is 58 (23.05% from 255 or 23.02% from 252); Blue value is 194 (76.17% from 255 or 76.98% from 252); Max value from RGB is 194 - color contains mainly: blue. Hex color #003AC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003AC2 is #FFC53D. Grayscale: #373737. Windows color (decimal): -16762174 or 12728832. OLE color: 12728832.
HSL color Cylindrical-coordinate representation of color #003AC2: hue angle of 222.06º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003AC2 is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 58 | 194 | - |
| CMYK | 1 | 0.70 | 0 | 0.24 |
| HSL | 222.06º | 1% | 0.38% | - |
| HSV(B) | 222.06º | 1% | 0.76% | - |
| XYZ | 11.25 | 6.92 | 51.78 | - |
| YUV | 56.16 | 205.78 | 87.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 58 | 194 | 1 | 0.70 | 0 | 0.24 | 222.06 | 1 | 0.38 |
| Hex | 0 | 3A | C2 | 64 | 46 | 0 | 18 | DE | 64 | 26 |
| Octal | 0 | 72 | 302 | 144 | 106 | 0 | 30 | 336 | 144 | 46 |
| Binary | 0 | 111010 | 11000010 | 1100100 | 1000110 | 0 | 11000 | 11011110 | 1100100 | 100110 |
Color Harmonies of #003AC2
Complementary color
Monochromatic Colors of #003AC2
Black with #003AC2
Text Example
Text Example
White with #003AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003AC2; }
p { color: rgb(0,58,194); }
H1.HeaderClassName
{
color: #003AC2;
}
.AnyTagClassName
{
color: #003AC2;
}
</style>
background-color css
<style>
a { background-color: #003AC2; }
a { background-color: rgb(0,58,194); }
div.DivClassName
{
background-color: #003AC2;
}
.BgClassName
{
background-color: #003AC2;
}
</style>
border-color css
<style>
span { border-color: #003AC2; }
span { border-color: rgb(0,58,194); }
td.TdClassName
{
border-color: #003AC2;
}
.TagClassName
{
border-color: #003AC2;
}
</style>