Shades of Cobalt #003CAE
Tints of Cobalt #003CAE
RGB
CMYK
RGB Variations
Color information
#003CAE (or 0x003CAE) is known color: Cobalt. HEX triplet: 00, 3C and AE. RGB value is (0,60,174). Sum of RGB (Red+Green+Blue) = 0+60+174=234 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 234); Green value is 60 (23.83% from 255 or 25.64% from 234); Blue value is 174 (68.36% from 255 or 74.36% from 234); Max value from RGB is 174 - color contains mainly: blue. Hex color #003CAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003CAE is #FFC351. Grayscale: #363636. Windows color (decimal): -16761682 or 11418624. OLE color: 11418624.
HSL color Cylindrical-coordinate representation of color #003CAE: hue angle of 219.31º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003CAE is Cyan = 1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 0 | 60 | 174 | - |
| CMYK | 1 | 0.66 | 0 | 0.32 |
| HSL | 219.31º | 1% | 0.34% | - |
| HSV(B) | 219.31º | 1% | 0.68% | - |
| XYZ | 9.26 | 6.29 | 40.77 | - |
| YUV | 55.06 | 195.12 | 88.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 60 | 174 | 1 | 0.66 | 0 | 0.32 | 219.31 | 1 | 0.34 |
| Hex | 0 | 3C | AE | 64 | 42 | 0 | 20 | DB | 64 | 22 |
| Octal | 0 | 74 | 256 | 144 | 102 | 0 | 40 | 333 | 144 | 42 |
| Binary | 0 | 111100 | 10101110 | 1100100 | 1000010 | 0 | 100000 | 11011011 | 1100100 | 100010 |
Color Harmonies of #003CAE
Complementary color
Monochromatic Colors of #003CAE
Black with #003CAE
Text Example
Text Example
White with #003CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003CAE; }
p { color: rgb(0,60,174); }
H1.HeaderClassName
{
color: #003CAE;
}
.AnyTagClassName
{
color: #003CAE;
}
</style>
background-color css
<style>
a { background-color: #003CAE; }
a { background-color: rgb(0,60,174); }
div.DivClassName
{
background-color: #003CAE;
}
.BgClassName
{
background-color: #003CAE;
}
</style>
border-color css
<style>
span { border-color: #003CAE; }
span { border-color: rgb(0,60,174); }
td.TdClassName
{
border-color: #003CAE;
}
.TagClassName
{
border-color: #003CAE;
}
</style>