Shades of Cobalt #0340B7
Tints of Cobalt #0340B7
RGB
CMYK
RGB Variations
Color information
#0340B7 (or 0x0340B7) is known color: Cobalt. HEX triplet: 03, 40 and B7. RGB value is (3,64,183). Sum of RGB (Red+Green+Blue) = 3+64+183=250 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.2% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 183 (71.88% from 255 or 73.2% from 250); Max value from RGB is 183 - color contains mainly: blue. Hex color #0340B7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0340B7 is #FCBF48. Grayscale: #3A3A3A. Windows color (decimal): -16564041 or 12009475. OLE color: 12009475.
HSL color Cylindrical-coordinate representation of color #0340B7: hue angle of 219.67º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0340B7 is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 3 | 64 | 183 | - |
| CMYK | 0.98 | 0.65 | 0 | 0.28 |
| HSL | 219.67º | 0.97% | 0.36% | - |
| HSV(B) | 219.67º | 0.98% | 0.72% | - |
| XYZ | 10.42 | 7.11 | 45.62 | - |
| YUV | 59.33 | 197.79 | 87.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 64 | 183 | 0.98 | 0.65 | 0 | 0.28 | 219.67 | 0.97 | 0.36 |
| Hex | 3 | 40 | B7 | 62 | 41 | 0 | 1C | DC | 61 | 24 |
| Octal | 3 | 100 | 267 | 142 | 101 | 0 | 34 | 334 | 141 | 44 |
| Binary | 11 | 1000000 | 10110111 | 1100010 | 1000001 | 0 | 11100 | 11011100 | 1100001 | 100100 |
Color Harmonies of #0340B7
Complementary color
Monochromatic Colors of #0340B7
Black with #0340B7
Text Example
Text Example
White with #0340B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0340B7; }
p { color: rgb(3,64,183); }
H1.HeaderClassName
{
color: #0340B7;
}
.AnyTagClassName
{
color: #0340B7;
}
</style>
background-color css
<style>
a { background-color: #0340B7; }
a { background-color: rgb(3,64,183); }
div.DivClassName
{
background-color: #0340B7;
}
.BgClassName
{
background-color: #0340B7;
}
</style>
border-color css
<style>
span { border-color: #0340B7; }
span { border-color: rgb(3,64,183); }
td.TdClassName
{
border-color: #0340B7;
}
.TagClassName
{
border-color: #0340B7;
}
</style>