Shades of Cobalt #0345C6
Tints of Cobalt #0345C6
RGB
CMYK
RGB Variations
Color information
#0345C6 (or 0x0345C6) is known color: Cobalt. HEX triplet: 03, 45 and C6. RGB value is (3,69,198). Sum of RGB (Red+Green+Blue) = 3+69+198=270 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.11% from 270); Green value is 69 (27.34% from 255 or 25.56% from 270); Blue value is 198 (77.73% from 255 or 73.33% from 270); Max value from RGB is 198 - color contains mainly: blue. Hex color #0345C6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0345C6 is #FCBA39. Grayscale: #3F3F3F. Windows color (decimal): -16562746 or 12993795. OLE color: 12993795.
HSL color Cylindrical-coordinate representation of color #0345C6: hue angle of 219.69º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0345C6 is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 3 | 69 | 198 | - |
| CMYK | 0.98 | 0.65 | 0 | 0.22 |
| HSL | 219.69º | 0.97% | 0.39% | - |
| HSV(B) | 219.69º | 0.98% | 0.78% | - |
| XYZ | 12.36 | 8.35 | 54.39 | - |
| YUV | 63.97 | 203.63 | 84.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 69 | 198 | 0.98 | 0.65 | 0 | 0.22 | 219.69 | 0.97 | 0.39 |
| Hex | 3 | 45 | C6 | 62 | 41 | 0 | 16 | DC | 61 | 27 |
| Octal | 3 | 105 | 306 | 142 | 101 | 0 | 26 | 334 | 141 | 47 |
| Binary | 11 | 1000101 | 11000110 | 1100010 | 1000001 | 0 | 10110 | 11011100 | 1100001 | 100111 |
Color Harmonies of #0345C6
Complementary color
Monochromatic Colors of #0345C6
Black with #0345C6
Text Example
Text Example
White with #0345C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0345C6; }
p { color: rgb(3,69,198); }
H1.HeaderClassName
{
color: #0345C6;
}
.AnyTagClassName
{
color: #0345C6;
}
</style>
background-color css
<style>
a { background-color: #0345C6; }
a { background-color: rgb(3,69,198); }
div.DivClassName
{
background-color: #0345C6;
}
.BgClassName
{
background-color: #0345C6;
}
</style>
border-color css
<style>
span { border-color: #0345C6; }
span { border-color: rgb(3,69,198); }
td.TdClassName
{
border-color: #0345C6;
}
.TagClassName
{
border-color: #0345C6;
}
</style>