Shades of Cobalt #034DBB
Tints of Cobalt #034DBB
RGB
CMYK
RGB Variations
Color information
#034DBB (or 0x034DBB) is known color: Cobalt. HEX triplet: 03, 4D and BB. RGB value is (3,77,187). Sum of RGB (Red+Green+Blue) = 3+77+187=267 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 267); Green value is 77 (30.47% from 255 or 28.84% from 267); Blue value is 187 (73.44% from 255 or 70.04% from 267); Max value from RGB is 187 - color contains mainly: blue. Hex color #034DBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #034DBB is #FCB244. Grayscale: #424242. Windows color (decimal): -16560709 or 12274947. OLE color: 12274947.
HSL color Cylindrical-coordinate representation of color #034DBB: hue angle of 215.87º 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 #034DBB is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 77 | 187 | - |
| CMYK | 0.98 | 0.59 | 0 | 0.27 |
| HSL | 215.87º | 0.97% | 0.37% | - |
| HSV(B) | 215.87º | 0.98% | 0.73% | - |
| XYZ | 11.66 | 8.91 | 48.12 | - |
| YUV | 67.41 | 195.48 | 82.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 77 | 187 | 0.98 | 0.59 | 0 | 0.27 | 215.87 | 0.97 | 0.37 |
| Hex | 3 | 4D | BB | 62 | 3B | 0 | 1B | D8 | 61 | 25 |
| Octal | 3 | 115 | 273 | 142 | 73 | 0 | 33 | 330 | 141 | 45 |
| Binary | 11 | 1001101 | 10111011 | 1100010 | 111011 | 0 | 11011 | 11011000 | 1100001 | 100101 |
Color Harmonies of #034DBB
Complementary color
Monochromatic Colors of #034DBB
Black with #034DBB
Text Example
Text Example
White with #034DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034DBB; }
p { color: rgb(3,77,187); }
H1.HeaderClassName
{
color: #034DBB;
}
.AnyTagClassName
{
color: #034DBB;
}
</style>
background-color css
<style>
a { background-color: #034DBB; }
a { background-color: rgb(3,77,187); }
div.DivClassName
{
background-color: #034DBB;
}
.BgClassName
{
background-color: #034DBB;
}
</style>
border-color css
<style>
span { border-color: #034DBB; }
span { border-color: rgb(3,77,187); }
td.TdClassName
{
border-color: #034DBB;
}
.TagClassName
{
border-color: #034DBB;
}
</style>