Shades of Cobalt #034DB3
Tints of Cobalt #034DB3
RGB
CMYK
RGB Variations
Color information
#034DB3 (or 0x034DB3) is known color: Cobalt. HEX triplet: 03, 4D and B3. RGB value is (3,77,179). Sum of RGB (Red+Green+Blue) = 3+77+179=259 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.16% from 259); Green value is 77 (30.47% from 255 or 29.73% from 259); Blue value is 179 (70.31% from 255 or 69.11% from 259); Max value from RGB is 179 - color contains mainly: blue. Hex color #034DB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #034DB3 is #FCB24C. Grayscale: #424242. Windows color (decimal): -16560717 or 11750659. OLE color: 11750659.
HSL color Cylindrical-coordinate representation of color #034DB3: hue angle of 214.77º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034DB3 is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 3 | 77 | 179 | - |
| CMYK | 0.98 | 0.57 | 0 | 0.30 |
| HSL | 214.77º | 0.97% | 0.36% | - |
| HSV(B) | 214.77º | 0.98% | 0.7% | - |
| XYZ | 10.83 | 8.58 | 43.73 | - |
| YUV | 66.5 | 191.48 | 82.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 77 | 179 | 0.98 | 0.57 | 0 | 0.30 | 214.77 | 0.97 | 0.36 |
| Hex | 3 | 4D | B3 | 62 | 39 | 0 | 1E | D7 | 61 | 24 |
| Octal | 3 | 115 | 263 | 142 | 71 | 0 | 36 | 327 | 141 | 44 |
| Binary | 11 | 1001101 | 10110011 | 1100010 | 111001 | 0 | 11110 | 11010111 | 1100001 | 100100 |
Color Harmonies of #034DB3
Complementary color
Monochromatic Colors of #034DB3
Black with #034DB3
Text Example
Text Example
White with #034DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034DB3; }
p { color: rgb(3,77,179); }
H1.HeaderClassName
{
color: #034DB3;
}
.AnyTagClassName
{
color: #034DB3;
}
</style>
background-color css
<style>
a { background-color: #034DB3; }
a { background-color: rgb(3,77,179); }
div.DivClassName
{
background-color: #034DB3;
}
.BgClassName
{
background-color: #034DB3;
}
</style>
border-color css
<style>
span { border-color: #034DB3; }
span { border-color: rgb(3,77,179); }
td.TdClassName
{
border-color: #034DB3;
}
.TagClassName
{
border-color: #034DB3;
}
</style>