Shades of Cobalt #03449F
Tints of Cobalt #03449F
RGB
CMYK
RGB Variations
Color information
#03449F (or 0x03449F) is known color: Cobalt. HEX triplet: 03, 44 and 9F. RGB value is (3,68,159). Sum of RGB (Red+Green+Blue) = 3+68+159=230 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 230); Green value is 68 (26.95% from 255 or 29.57% from 230); Blue value is 159 (62.5% from 255 or 69.13% from 230); Max value from RGB is 159 - color contains mainly: blue. Hex color #03449F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03449F is #FCBB60. Grayscale: #3A3A3A. Windows color (decimal): -16563041 or 10437635. OLE color: 10437635.
HSL color Cylindrical-coordinate representation of color #03449F: hue angle of 215º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03449F is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 3 | 68 | 159 | - |
| CMYK | 0.98 | 0.57 | 0 | 0.38 |
| HSL | 215º | 0.96% | 0.32% | - |
| HSV(B) | 215º | 0.98% | 0.62% | - |
| XYZ | 8.36 | 6.66 | 33.65 | - |
| YUV | 58.94 | 184.47 | 88.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 68 | 159 | 0.98 | 0.57 | 0 | 0.38 | 215 | 0.96 | 0.32 |
| Hex | 3 | 44 | 9F | 62 | 39 | 0 | 26 | D7 | 60 | 20 |
| Octal | 3 | 104 | 237 | 142 | 71 | 0 | 46 | 327 | 140 | 40 |
| Binary | 11 | 1000100 | 10011111 | 1100010 | 111001 | 0 | 100110 | 11010111 | 1100000 | 100000 |
Color Harmonies of #03449F
Complementary color
Monochromatic Colors of #03449F
Black with #03449F
Text Example
Text Example
White with #03449F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03449F; }
p { color: rgb(3,68,159); }
H1.HeaderClassName
{
color: #03449F;
}
.AnyTagClassName
{
color: #03449F;
}
</style>
background-color css
<style>
a { background-color: #03449F; }
a { background-color: rgb(3,68,159); }
div.DivClassName
{
background-color: #03449F;
}
.BgClassName
{
background-color: #03449F;
}
</style>
border-color css
<style>
span { border-color: #03449F; }
span { border-color: rgb(3,68,159); }
td.TdClassName
{
border-color: #03449F;
}
.TagClassName
{
border-color: #03449F;
}
</style>