Shades of Cobalt #0342BD
Tints of Cobalt #0342BD
RGB
CMYK
RGB Variations
Color information
#0342BD (or 0x0342BD) is known color: Cobalt. HEX triplet: 03, 42 and BD. RGB value is (3,66,189). Sum of RGB (Red+Green+Blue) = 3+66+189=258 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.16% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 189 (74.22% from 255 or 73.26% from 258); Max value from RGB is 189 - color contains mainly: blue. Hex color #0342BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0342BD is #FCBD42. Grayscale: #3C3C3C. Windows color (decimal): -16563523 or 12403203. OLE color: 12403203.
HSL color Cylindrical-coordinate representation of color #0342BD: hue angle of 219.68º 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 #0342BD is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 66 | 189 | - |
| CMYK | 0.98 | 0.65 | 0 | 0.26 |
| HSL | 219.68º | 0.97% | 0.38% | - |
| HSV(B) | 219.68º | 0.98% | 0.74% | - |
| XYZ | 11.17 | 7.59 | 49.02 | - |
| YUV | 61.19 | 200.13 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 66 | 189 | 0.98 | 0.65 | 0 | 0.26 | 219.68 | 0.97 | 0.38 |
| Hex | 3 | 42 | BD | 62 | 41 | 0 | 1A | DC | 61 | 26 |
| Octal | 3 | 102 | 275 | 142 | 101 | 0 | 32 | 334 | 141 | 46 |
| Binary | 11 | 1000010 | 10111101 | 1100010 | 1000001 | 0 | 11010 | 11011100 | 1100001 | 100110 |
Color Harmonies of #0342BD
Complementary color
Monochromatic Colors of #0342BD
Black with #0342BD
Text Example
Text Example
White with #0342BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0342BD; }
p { color: rgb(3,66,189); }
H1.HeaderClassName
{
color: #0342BD;
}
.AnyTagClassName
{
color: #0342BD;
}
</style>
background-color css
<style>
a { background-color: #0342BD; }
a { background-color: rgb(3,66,189); }
div.DivClassName
{
background-color: #0342BD;
}
.BgClassName
{
background-color: #0342BD;
}
</style>
border-color css
<style>
span { border-color: #0342BD; }
span { border-color: rgb(3,66,189); }
td.TdClassName
{
border-color: #0342BD;
}
.TagClassName
{
border-color: #0342BD;
}
</style>