Shades of Cobalt #0340BC
Tints of Cobalt #0340BC
RGB
CMYK
RGB Variations
Color information
#0340BC (or 0x0340BC) is known color: Cobalt. HEX triplet: 03, 40 and BC. RGB value is (3,64,188). Sum of RGB (Red+Green+Blue) = 3+64+188=255 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 255); Green value is 64 (25.39% from 255 or 25.10% from 255); Blue value is 188 (73.83% from 255 or 73.73% from 255); Max value from RGB is 188 - color contains mainly: blue. Hex color #0340BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0340BC is #FCBF43. Grayscale: #3B3B3B. Windows color (decimal): -16564036 or 12337155. OLE color: 12337155.
HSL color Cylindrical-coordinate representation of color #0340BC: hue angle of 220.22º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0340BC is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 64 | 188 | - |
| CMYK | 0.98 | 0.66 | 0 | 0.26 |
| HSL | 220.22º | 0.97% | 0.37% | - |
| HSV(B) | 220.22º | 0.98% | 0.74% | - |
| XYZ | 10.95 | 7.32 | 48.41 | - |
| YUV | 59.9 | 200.29 | 87.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 64 | 188 | 0.98 | 0.66 | 0 | 0.26 | 220.22 | 0.97 | 0.37 |
| Hex | 3 | 40 | BC | 62 | 42 | 0 | 1A | DC | 61 | 25 |
| Octal | 3 | 100 | 274 | 142 | 102 | 0 | 32 | 334 | 141 | 45 |
| Binary | 11 | 1000000 | 10111100 | 1100010 | 1000010 | 0 | 11010 | 11011100 | 1100001 | 100101 |
Color Harmonies of #0340BC
Complementary color
Monochromatic Colors of #0340BC
Black with #0340BC
Text Example
Text Example
White with #0340BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0340BC; }
p { color: rgb(3,64,188); }
H1.HeaderClassName
{
color: #0340BC;
}
.AnyTagClassName
{
color: #0340BC;
}
</style>
background-color css
<style>
a { background-color: #0340BC; }
a { background-color: rgb(3,64,188); }
div.DivClassName
{
background-color: #0340BC;
}
.BgClassName
{
background-color: #0340BC;
}
</style>
border-color css
<style>
span { border-color: #0340BC; }
span { border-color: rgb(3,64,188); }
td.TdClassName
{
border-color: #0340BC;
}
.TagClassName
{
border-color: #0340BC;
}
</style>