Shades of Cobalt #0343BD
Tints of Cobalt #0343BD
RGB
CMYK
RGB Variations
Color information
#0343BD (or 0x0343BD) is known color: Cobalt. HEX triplet: 03, 43 and BD. RGB value is (3,67,189). Sum of RGB (Red+Green+Blue) = 3+67+189=259 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.16% from 259); Green value is 67 (26.56% from 255 or 25.87% from 259); Blue value is 189 (74.22% from 255 or 72.97% from 259); Max value from RGB is 189 - color contains mainly: blue. Hex color #0343BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0343BD is #FCBC42. Grayscale: #3D3D3D. Windows color (decimal): -16563267 or 12403459. OLE color: 12403459.
HSL color Cylindrical-coordinate representation of color #0343BD: hue angle of 219.35º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0343BD is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 67 | 189 | - |
| CMYK | 0.98 | 0.65 | 0 | 0.26 |
| HSL | 219.35º | 0.97% | 0.38% | - |
| HSV(B) | 219.35º | 0.98% | 0.74% | - |
| XYZ | 11.23 | 7.71 | 49.04 | - |
| YUV | 61.77 | 199.8 | 86.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 67 | 189 | 0.98 | 0.65 | 0 | 0.26 | 219.35 | 0.97 | 0.38 |
| Hex | 3 | 43 | BD | 62 | 41 | 0 | 1A | DB | 61 | 26 |
| Octal | 3 | 103 | 275 | 142 | 101 | 0 | 32 | 333 | 141 | 46 |
| Binary | 11 | 1000011 | 10111101 | 1100010 | 1000001 | 0 | 11010 | 11011011 | 1100001 | 100110 |
Color Harmonies of #0343BD
Complementary color
Monochromatic Colors of #0343BD
Black with #0343BD
Text Example
Text Example
White with #0343BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0343BD; }
p { color: rgb(3,67,189); }
H1.HeaderClassName
{
color: #0343BD;
}
.AnyTagClassName
{
color: #0343BD;
}
</style>
background-color css
<style>
a { background-color: #0343BD; }
a { background-color: rgb(3,67,189); }
div.DivClassName
{
background-color: #0343BD;
}
.BgClassName
{
background-color: #0343BD;
}
</style>
border-color css
<style>
span { border-color: #0343BD; }
span { border-color: rgb(3,67,189); }
td.TdClassName
{
border-color: #0343BD;
}
.TagClassName
{
border-color: #0343BD;
}
</style>