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