Shades of Cobalt #0343BC
Tints of Cobalt #0343BC
RGB
CMYK
RGB Variations
Color information
#0343BC (or 0x0343BC) is known color: Cobalt. HEX triplet: 03, 43 and BC. RGB value is (3,67,188). Sum of RGB (Red+Green+Blue) = 3+67+188=258 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.16% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 188 (73.83% from 255 or 72.87% from 258); Max value from RGB is 188 - color contains mainly: blue. Hex color #0343BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0343BC is #FCBC43. Grayscale: #3D3D3D. Windows color (decimal): -16563268 or 12337923. OLE color: 12337923.
HSL color Cylindrical-coordinate representation of color #0343BC: hue angle of 219.24º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0343BC is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 67 | 188 | - |
| CMYK | 0.98 | 0.64 | 0 | 0.26 |
| HSL | 219.24º | 0.97% | 0.37% | - |
| HSV(B) | 219.24º | 0.98% | 0.74% | - |
| XYZ | 11.12 | 7.66 | 48.47 | - |
| YUV | 61.66 | 199.3 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 67 | 188 | 0.98 | 0.64 | 0 | 0.26 | 219.24 | 0.97 | 0.37 |
| Hex | 3 | 43 | BC | 62 | 40 | 0 | 1A | DB | 61 | 25 |
| Octal | 3 | 103 | 274 | 142 | 100 | 0 | 32 | 333 | 141 | 45 |
| Binary | 11 | 1000011 | 10111100 | 1100010 | 1000000 | 0 | 11010 | 11011011 | 1100001 | 100101 |
Color Harmonies of #0343BC
Complementary color
Monochromatic Colors of #0343BC
Black with #0343BC
Text Example
Text Example
White with #0343BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0343BC; }
p { color: rgb(3,67,188); }
H1.HeaderClassName
{
color: #0343BC;
}
.AnyTagClassName
{
color: #0343BC;
}
</style>
background-color css
<style>
a { background-color: #0343BC; }
a { background-color: rgb(3,67,188); }
div.DivClassName
{
background-color: #0343BC;
}
.BgClassName
{
background-color: #0343BC;
}
</style>
border-color css
<style>
span { border-color: #0343BC; }
span { border-color: rgb(3,67,188); }
td.TdClassName
{
border-color: #0343BC;
}
.TagClassName
{
border-color: #0343BC;
}
</style>