Shades of Cobalt #003FC2
Tints of Cobalt #003FC2
RGB
CMYK
RGB Variations
Color information
#003FC2 (or 0x003FC2) is known color: Cobalt. HEX triplet: 00, 3F and C2. RGB value is (0,63,194). Sum of RGB (Red+Green+Blue) = 0+63+194=257 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 257); Green value is 63 (25% from 255 or 24.51% from 257); Blue value is 194 (76.17% from 255 or 75.49% from 257); Max value from RGB is 194 - color contains mainly: blue. Hex color #003FC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003FC2 is #FFC03D. Grayscale: #3A3A3A. Windows color (decimal): -16760894 or 12730112. OLE color: 12730112.
HSL color Cylindrical-coordinate representation of color #003FC2: hue angle of 220.52º 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 #003FC2 is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 63 | 194 | - |
| CMYK | 1 | 0.68 | 0 | 0.24 |
| HSL | 220.52º | 1% | 0.38% | - |
| HSV(B) | 220.52º | 1% | 0.76% | - |
| XYZ | 11.52 | 7.45 | 51.87 | - |
| YUV | 59.1 | 204.13 | 85.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 63 | 194 | 1 | 0.68 | 0 | 0.24 | 220.52 | 1 | 0.38 |
| Hex | 0 | 3F | C2 | 64 | 44 | 0 | 18 | DD | 64 | 26 |
| Octal | 0 | 77 | 302 | 144 | 104 | 0 | 30 | 335 | 144 | 46 |
| Binary | 0 | 111111 | 11000010 | 1100100 | 1000100 | 0 | 11000 | 11011101 | 1100100 | 100110 |
Color Harmonies of #003FC2
Complementary color
Monochromatic Colors of #003FC2
Black with #003FC2
Text Example
Text Example
White with #003FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003FC2; }
p { color: rgb(0,63,194); }
H1.HeaderClassName
{
color: #003FC2;
}
.AnyTagClassName
{
color: #003FC2;
}
</style>
background-color css
<style>
a { background-color: #003FC2; }
a { background-color: rgb(0,63,194); }
div.DivClassName
{
background-color: #003FC2;
}
.BgClassName
{
background-color: #003FC2;
}
</style>
border-color css
<style>
span { border-color: #003FC2; }
span { border-color: rgb(0,63,194); }
td.TdClassName
{
border-color: #003FC2;
}
.TagClassName
{
border-color: #003FC2;
}
</style>