Shades of Cobalt #0343BB
Tints of Cobalt #0343BB
RGB
CMYK
RGB Variations
Color information
#0343BB (or 0x0343BB) is known color: Cobalt. HEX triplet: 03, 43 and BB. RGB value is (3,67,187). Sum of RGB (Red+Green+Blue) = 3+67+187=257 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.17% from 257); Green value is 67 (26.56% from 255 or 26.07% from 257); Blue value is 187 (73.44% from 255 or 72.76% from 257); Max value from RGB is 187 - color contains mainly: blue. Hex color #0343BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0343BB is #FCBC44. Grayscale: #3D3D3D. Windows color (decimal): -16563269 or 12272387. OLE color: 12272387.
HSL color Cylindrical-coordinate representation of color #0343BB: hue angle of 219.13º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0343BB is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 67 | 187 | - |
| CMYK | 0.98 | 0.64 | 0 | 0.27 |
| HSL | 219.13º | 0.97% | 0.37% | - |
| HSV(B) | 219.13º | 0.98% | 0.73% | - |
| XYZ | 11.01 | 7.62 | 47.9 | - |
| YUV | 61.54 | 198.8 | 86.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 67 | 187 | 0.98 | 0.64 | 0 | 0.27 | 219.13 | 0.97 | 0.37 |
| Hex | 3 | 43 | BB | 62 | 40 | 0 | 1B | DB | 61 | 25 |
| Octal | 3 | 103 | 273 | 142 | 100 | 0 | 33 | 333 | 141 | 45 |
| Binary | 11 | 1000011 | 10111011 | 1100010 | 1000000 | 0 | 11011 | 11011011 | 1100001 | 100101 |
Color Harmonies of #0343BB
Complementary color
Monochromatic Colors of #0343BB
Black with #0343BB
Text Example
Text Example
White with #0343BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0343BB; }
p { color: rgb(3,67,187); }
H1.HeaderClassName
{
color: #0343BB;
}
.AnyTagClassName
{
color: #0343BB;
}
</style>
background-color css
<style>
a { background-color: #0343BB; }
a { background-color: rgb(3,67,187); }
div.DivClassName
{
background-color: #0343BB;
}
.BgClassName
{
background-color: #0343BB;
}
</style>
border-color css
<style>
span { border-color: #0343BB; }
span { border-color: rgb(3,67,187); }
td.TdClassName
{
border-color: #0343BB;
}
.TagClassName
{
border-color: #0343BB;
}
</style>