Shades of Cobalt #0344CA
Tints of Cobalt #0344CA
RGB
CMYK
RGB Variations
Color information
#0344CA (or 0x0344CA) is known color: Cobalt. HEX triplet: 03, 44 and CA. RGB value is (3,68,202). Sum of RGB (Red+Green+Blue) = 3+68+202=273 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.10% from 273); Green value is 68 (26.95% from 255 or 24.91% from 273); Blue value is 202 (79.30% from 255 or 73.99% from 273); Max value from RGB is 202 - color contains mainly: blue. Hex color #0344CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0344CA is #FCBB35. Grayscale: #3F3F3F. Windows color (decimal): -16562998 or 13255683. OLE color: 13255683.
HSL color Cylindrical-coordinate representation of color #0344CA: hue angle of 220.4º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0344CA is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 3 | 68 | 202 | - |
| CMYK | 0.99 | 0.66 | 0 | 0.21 |
| HSL | 220.4º | 0.97% | 0.4% | - |
| HSV(B) | 220.4º | 0.99% | 0.79% | - |
| XYZ | 12.77 | 8.42 | 56.83 | - |
| YUV | 63.84 | 205.97 | 84.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 68 | 202 | 0.99 | 0.66 | 0 | 0.21 | 220.4 | 0.97 | 0.4 |
| Hex | 3 | 44 | CA | 63 | 42 | 0 | 15 | DC | 61 | 28 |
| Octal | 3 | 104 | 312 | 143 | 102 | 0 | 25 | 334 | 141 | 50 |
| Binary | 11 | 1000100 | 11001010 | 1100011 | 1000010 | 0 | 10101 | 11011100 | 1100001 | 101000 |
Color Harmonies of #0344CA
Complementary color
Monochromatic Colors of #0344CA
Black with #0344CA
Text Example
Text Example
White with #0344CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0344CA; }
p { color: rgb(3,68,202); }
H1.HeaderClassName
{
color: #0344CA;
}
.AnyTagClassName
{
color: #0344CA;
}
</style>
background-color css
<style>
a { background-color: #0344CA; }
a { background-color: rgb(3,68,202); }
div.DivClassName
{
background-color: #0344CA;
}
.BgClassName
{
background-color: #0344CA;
}
</style>
border-color css
<style>
span { border-color: #0344CA; }
span { border-color: rgb(3,68,202); }
td.TdClassName
{
border-color: #0344CA;
}
.TagClassName
{
border-color: #0344CA;
}
</style>