Shades of Cobalt #034DB0
Tints of Cobalt #034DB0
RGB
CMYK
RGB Variations
Color information
#034DB0 (or 0x034DB0) is known color: Cobalt. HEX triplet: 03, 4D and B0. RGB value is (3,77,176). Sum of RGB (Red+Green+Blue) = 3+77+176=256 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.17% from 256); Green value is 77 (30.47% from 255 or 30.08% from 256); Blue value is 176 (69.14% from 255 or 68.75% from 256); Max value from RGB is 176 - color contains mainly: blue. Hex color #034DB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #034DB0 is #FCB24F. Grayscale: #414141. Windows color (decimal): -16560720 or 11554051. OLE color: 11554051.
HSL color Cylindrical-coordinate representation of color #034DB0: hue angle of 214.34º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034DB0 is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 3 | 77 | 176 | - |
| CMYK | 0.98 | 0.56 | 0 | 0.31 |
| HSL | 214.34º | 0.97% | 0.35% | - |
| HSV(B) | 214.34º | 0.98% | 0.69% | - |
| XYZ | 10.53 | 8.46 | 42.15 | - |
| YUV | 66.16 | 189.98 | 82.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 77 | 176 | 0.98 | 0.56 | 0 | 0.31 | 214.34 | 0.97 | 0.35 |
| Hex | 3 | 4D | B0 | 62 | 38 | 0 | 1F | D6 | 61 | 23 |
| Octal | 3 | 115 | 260 | 142 | 70 | 0 | 37 | 326 | 141 | 43 |
| Binary | 11 | 1001101 | 10110000 | 1100010 | 111000 | 0 | 11111 | 11010110 | 1100001 | 100011 |
Color Harmonies of #034DB0
Complementary color
Monochromatic Colors of #034DB0
Black with #034DB0
Text Example
Text Example
White with #034DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034DB0; }
p { color: rgb(3,77,176); }
H1.HeaderClassName
{
color: #034DB0;
}
.AnyTagClassName
{
color: #034DB0;
}
</style>
background-color css
<style>
a { background-color: #034DB0; }
a { background-color: rgb(3,77,176); }
div.DivClassName
{
background-color: #034DB0;
}
.BgClassName
{
background-color: #034DB0;
}
</style>
border-color css
<style>
span { border-color: #034DB0; }
span { border-color: rgb(3,77,176); }
td.TdClassName
{
border-color: #034DB0;
}
.TagClassName
{
border-color: #034DB0;
}
</style>