Shades of Cobalt #003DC2
Tints of Cobalt #003DC2
RGB
CMYK
RGB Variations
Color information
#003DC2 (or 0x003DC2) is known color: Cobalt. HEX triplet: 00, 3D and C2. RGB value is (0,61,194). Sum of RGB (Red+Green+Blue) = 0+61+194=255 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 255); Green value is 61 (24.22% from 255 or 23.92% from 255); Blue value is 194 (76.17% from 255 or 76.08% from 255); Max value from RGB is 194 - color contains mainly: blue. Hex color #003DC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003DC2 is #FFC23D. Grayscale: #393939. Windows color (decimal): -16761406 or 12729600. OLE color: 12729600.
HSL color Cylindrical-coordinate representation of color #003DC2: hue angle of 221.13º 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 #003DC2 is Cyan = 1, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 61 | 194 | - |
| CMYK | 1 | 0.69 | 0 | 0.24 |
| HSL | 221.13º | 1% | 0.38% | - |
| HSV(B) | 221.13º | 1% | 0.76% | - |
| XYZ | 11.41 | 7.23 | 51.83 | - |
| YUV | 57.92 | 204.79 | 86.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 61 | 194 | 1 | 0.69 | 0 | 0.24 | 221.13 | 1 | 0.38 |
| Hex | 0 | 3D | C2 | 64 | 45 | 0 | 18 | DD | 64 | 26 |
| Octal | 0 | 75 | 302 | 144 | 105 | 0 | 30 | 335 | 144 | 46 |
| Binary | 0 | 111101 | 11000010 | 1100100 | 1000101 | 0 | 11000 | 11011101 | 1100100 | 100110 |
Color Harmonies of #003DC2
Complementary color
Monochromatic Colors of #003DC2
Black with #003DC2
Text Example
Text Example
White with #003DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003DC2; }
p { color: rgb(0,61,194); }
H1.HeaderClassName
{
color: #003DC2;
}
.AnyTagClassName
{
color: #003DC2;
}
</style>
background-color css
<style>
a { background-color: #003DC2; }
a { background-color: rgb(0,61,194); }
div.DivClassName
{
background-color: #003DC2;
}
.BgClassName
{
background-color: #003DC2;
}
</style>
border-color css
<style>
span { border-color: #003DC2; }
span { border-color: rgb(0,61,194); }
td.TdClassName
{
border-color: #003DC2;
}
.TagClassName
{
border-color: #003DC2;
}
</style>