Shades of Cobalt #003EC2
Tints of Cobalt #003EC2
RGB
CMYK
RGB Variations
Color information
#003EC2 (or 0x003EC2) is known color: Cobalt. HEX triplet: 00, 3E and C2. RGB value is (0,62,194). Sum of RGB (Red+Green+Blue) = 0+62+194=256 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 256); Green value is 62 (24.61% from 255 or 24.22% from 256); Blue value is 194 (76.17% from 255 or 75.78% from 256); Max value from RGB is 194 - color contains mainly: blue. Hex color #003EC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003EC2 is #FFC13D. Grayscale: #393939. Windows color (decimal): -16761150 or 12729856. OLE color: 12729856.
HSL color Cylindrical-coordinate representation of color #003EC2: hue angle of 220.82º 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 #003EC2 is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 62 | 194 | - |
| CMYK | 1 | 0.68 | 0 | 0.24 |
| HSL | 220.82º | 1% | 0.38% | - |
| HSV(B) | 220.82º | 1% | 0.76% | - |
| XYZ | 11.46 | 7.34 | 51.85 | - |
| YUV | 58.51 | 204.46 | 86.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 62 | 194 | 1 | 0.68 | 0 | 0.24 | 220.82 | 1 | 0.38 |
| Hex | 0 | 3E | C2 | 64 | 44 | 0 | 18 | DD | 64 | 26 |
| Octal | 0 | 76 | 302 | 144 | 104 | 0 | 30 | 335 | 144 | 46 |
| Binary | 0 | 111110 | 11000010 | 1100100 | 1000100 | 0 | 11000 | 11011101 | 1100100 | 100110 |
Color Harmonies of #003EC2
Complementary color
Monochromatic Colors of #003EC2
Black with #003EC2
Text Example
Text Example
White with #003EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003EC2; }
p { color: rgb(0,62,194); }
H1.HeaderClassName
{
color: #003EC2;
}
.AnyTagClassName
{
color: #003EC2;
}
</style>
background-color css
<style>
a { background-color: #003EC2; }
a { background-color: rgb(0,62,194); }
div.DivClassName
{
background-color: #003EC2;
}
.BgClassName
{
background-color: #003EC2;
}
</style>
border-color css
<style>
span { border-color: #003EC2; }
span { border-color: rgb(0,62,194); }
td.TdClassName
{
border-color: #003EC2;
}
.TagClassName
{
border-color: #003EC2;
}
</style>