Shades of Cobalt #0344CC
Tints of Cobalt #0344CC
RGB
CMYK
RGB Variations
Color information
#0344CC (or 0x0344CC) is known color: Cobalt. HEX triplet: 03, 44 and CC. RGB value is (3,68,204). Sum of RGB (Red+Green+Blue) = 3+68+204=275 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 275); Green value is 68 (26.95% from 255 or 24.73% from 275); Blue value is 204 (80.08% from 255 or 74.18% from 275); Max value from RGB is 204 - color contains mainly: blue. Hex color #0344CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0344CC is #FCBB33. Grayscale: #3F3F3F. Windows color (decimal): -16562996 or 13386755. OLE color: 13386755.
HSL color Cylindrical-coordinate representation of color #0344CC: hue angle of 220.6º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0344CC is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 3 | 68 | 204 | - |
| CMYK | 0.99 | 0.67 | 0 | 0.2 |
| HSL | 220.6º | 0.97% | 0.41% | - |
| HSV(B) | 220.6º | 0.99% | 0.8% | - |
| XYZ | 13 | 8.51 | 58.08 | - |
| YUV | 64.07 | 206.97 | 84.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 68 | 204 | 0.99 | 0.67 | 0 | 0.2 | 220.6 | 0.97 | 0.41 |
| Hex | 3 | 44 | CC | 63 | 43 | 0 | 14 | DD | 61 | 29 |
| Octal | 3 | 104 | 314 | 143 | 103 | 0 | 24 | 335 | 141 | 51 |
| Binary | 11 | 1000100 | 11001100 | 1100011 | 1000011 | 0 | 10100 | 11011101 | 1100001 | 101001 |
Color Harmonies of #0344CC
Complementary color
Monochromatic Colors of #0344CC
Black with #0344CC
Text Example
Text Example
White with #0344CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0344CC; }
p { color: rgb(3,68,204); }
H1.HeaderClassName
{
color: #0344CC;
}
.AnyTagClassName
{
color: #0344CC;
}
</style>
background-color css
<style>
a { background-color: #0344CC; }
a { background-color: rgb(3,68,204); }
div.DivClassName
{
background-color: #0344CC;
}
.BgClassName
{
background-color: #0344CC;
}
</style>
border-color css
<style>
span { border-color: #0344CC; }
span { border-color: rgb(3,68,204); }
td.TdClassName
{
border-color: #0344CC;
}
.TagClassName
{
border-color: #0344CC;
}
</style>