Shades of Cobalt #034CBB
Tints of Cobalt #034CBB
RGB
CMYK
RGB Variations
Color information
#034CBB (or 0x034CBB) is known color: Cobalt. HEX triplet: 03, 4C and BB. RGB value is (3,76,187). Sum of RGB (Red+Green+Blue) = 3+76+187=266 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.13% from 266); Green value is 76 (30.08% from 255 or 28.57% from 266); Blue value is 187 (73.44% from 255 or 70.30% from 266); Max value from RGB is 187 - color contains mainly: blue. Hex color #034CBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #034CBB is #FCB344. Grayscale: #424242. Windows color (decimal): -16560965 or 12274691. OLE color: 12274691.
HSL color Cylindrical-coordinate representation of color #034CBB: hue angle of 216.2º 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 #034CBB is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 76 | 187 | - |
| CMYK | 0.98 | 0.59 | 0 | 0.27 |
| HSL | 216.2º | 0.97% | 0.37% | - |
| HSV(B) | 216.2º | 0.98% | 0.73% | - |
| XYZ | 11.59 | 8.78 | 48.1 | - |
| YUV | 66.83 | 195.82 | 82.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 76 | 187 | 0.98 | 0.59 | 0 | 0.27 | 216.2 | 0.97 | 0.37 |
| Hex | 3 | 4C | BB | 62 | 3B | 0 | 1B | D8 | 61 | 25 |
| Octal | 3 | 114 | 273 | 142 | 73 | 0 | 33 | 330 | 141 | 45 |
| Binary | 11 | 1001100 | 10111011 | 1100010 | 111011 | 0 | 11011 | 11011000 | 1100001 | 100101 |
Color Harmonies of #034CBB
Complementary color
Monochromatic Colors of #034CBB
Black with #034CBB
Text Example
Text Example
White with #034CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034CBB; }
p { color: rgb(3,76,187); }
H1.HeaderClassName
{
color: #034CBB;
}
.AnyTagClassName
{
color: #034CBB;
}
</style>
background-color css
<style>
a { background-color: #034CBB; }
a { background-color: rgb(3,76,187); }
div.DivClassName
{
background-color: #034CBB;
}
.BgClassName
{
background-color: #034CBB;
}
</style>
border-color css
<style>
span { border-color: #034CBB; }
span { border-color: rgb(3,76,187); }
td.TdClassName
{
border-color: #034CBB;
}
.TagClassName
{
border-color: #034CBB;
}
</style>