Shades of Cobalt #003FC3
Tints of Cobalt #003FC3
RGB
CMYK
RGB Variations
Color information
#003FC3 (or 0x003FC3) is known color: Cobalt. HEX triplet: 00, 3F and C3. RGB value is (0,63,195). Sum of RGB (Red+Green+Blue) = 0+63+195=258 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 258); Green value is 63 (25% from 255 or 24.42% from 258); Blue value is 195 (76.56% from 255 or 75.58% from 258); Max value from RGB is 195 - color contains mainly: blue. Hex color #003FC3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003FC3 is #FFC03C. Grayscale: #3A3A3A. Windows color (decimal): -16760893 or 12795648. OLE color: 12795648.
HSL color Cylindrical-coordinate representation of color #003FC3: hue angle of 220.62º 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 #003FC3 is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 63 | 195 | - |
| CMYK | 1 | 0.68 | 0 | 0.24 |
| HSL | 220.62º | 1% | 0.38% | - |
| HSV(B) | 220.62º | 1% | 0.76% | - |
| XYZ | 11.63 | 7.5 | 52.46 | - |
| YUV | 59.21 | 204.63 | 85.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 63 | 195 | 1 | 0.68 | 0 | 0.24 | 220.62 | 1 | 0.38 |
| Hex | 0 | 3F | C3 | 64 | 44 | 0 | 18 | DD | 64 | 26 |
| Octal | 0 | 77 | 303 | 144 | 104 | 0 | 30 | 335 | 144 | 46 |
| Binary | 0 | 111111 | 11000011 | 1100100 | 1000100 | 0 | 11000 | 11011101 | 1100100 | 100110 |
Color Harmonies of #003FC3
Complementary color
Monochromatic Colors of #003FC3
Black with #003FC3
Text Example
Text Example
White with #003FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003FC3; }
p { color: rgb(0,63,195); }
H1.HeaderClassName
{
color: #003FC3;
}
.AnyTagClassName
{
color: #003FC3;
}
</style>
background-color css
<style>
a { background-color: #003FC3; }
a { background-color: rgb(0,63,195); }
div.DivClassName
{
background-color: #003FC3;
}
.BgClassName
{
background-color: #003FC3;
}
</style>
border-color css
<style>
span { border-color: #003FC3; }
span { border-color: rgb(0,63,195); }
td.TdClassName
{
border-color: #003FC3;
}
.TagClassName
{
border-color: #003FC3;
}
</style>