Shades of Cobalt #0344A2
Tints of Cobalt #0344A2
RGB
CMYK
RGB Variations
Color information
#0344A2 (or 0x0344A2) is known color: Cobalt. HEX triplet: 03, 44 and A2. RGB value is (3,68,162). Sum of RGB (Red+Green+Blue) = 3+68+162=233 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 233); Green value is 68 (26.95% from 255 or 29.18% from 233); Blue value is 162 (63.67% from 255 or 69.53% from 233); Max value from RGB is 162 - color contains mainly: blue. Hex color #0344A2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0344A2 is #FCBB5D. Grayscale: #3A3A3A. Windows color (decimal): -16563038 or 10634243. OLE color: 10634243.
HSL color Cylindrical-coordinate representation of color #0344A2: hue angle of 215.47º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0344A2 is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 3 | 68 | 162 | - |
| CMYK | 0.98 | 0.58 | 0 | 0.36 |
| HSL | 215.47º | 0.96% | 0.32% | - |
| HSV(B) | 215.47º | 0.98% | 0.64% | - |
| XYZ | 8.63 | 6.76 | 35.03 | - |
| YUV | 59.28 | 185.97 | 87.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 68 | 162 | 0.98 | 0.58 | 0 | 0.36 | 215.47 | 0.96 | 0.32 |
| Hex | 3 | 44 | A2 | 62 | 3A | 0 | 24 | D7 | 60 | 20 |
| Octal | 3 | 104 | 242 | 142 | 72 | 0 | 44 | 327 | 140 | 40 |
| Binary | 11 | 1000100 | 10100010 | 1100010 | 111010 | 0 | 100100 | 11010111 | 1100000 | 100000 |
Color Harmonies of #0344A2
Complementary color
Monochromatic Colors of #0344A2
Black with #0344A2
Text Example
Text Example
White with #0344A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0344A2; }
p { color: rgb(3,68,162); }
H1.HeaderClassName
{
color: #0344A2;
}
.AnyTagClassName
{
color: #0344A2;
}
</style>
background-color css
<style>
a { background-color: #0344A2; }
a { background-color: rgb(3,68,162); }
div.DivClassName
{
background-color: #0344A2;
}
.BgClassName
{
background-color: #0344A2;
}
</style>
border-color css
<style>
span { border-color: #0344A2; }
span { border-color: rgb(3,68,162); }
td.TdClassName
{
border-color: #0344A2;
}
.TagClassName
{
border-color: #0344A2;
}
</style>