Shades of Cobalt #0348BC
Tints of Cobalt #0348BC
RGB
CMYK
RGB Variations
Color information
#0348BC (or 0x0348BC) is known color: Cobalt. HEX triplet: 03, 48 and BC. RGB value is (3,72,188). Sum of RGB (Red+Green+Blue) = 3+72+188=263 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.14% from 263); Green value is 72 (28.52% from 255 or 27.38% from 263); Blue value is 188 (73.83% from 255 or 71.48% from 263); Max value from RGB is 188 - color contains mainly: blue. Hex color #0348BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0348BC is #FCB743. Grayscale: #404040. Windows color (decimal): -16561988 or 12339203. OLE color: 12339203.
HSL color Cylindrical-coordinate representation of color #0348BC: hue angle of 217.62º 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 #0348BC is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 72 | 188 | - |
| CMYK | 0.98 | 0.62 | 0 | 0.26 |
| HSL | 217.62º | 0.97% | 0.37% | - |
| HSV(B) | 217.62º | 0.98% | 0.74% | - |
| XYZ | 11.43 | 8.28 | 48.57 | - |
| YUV | 64.59 | 197.64 | 84.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 72 | 188 | 0.98 | 0.62 | 0 | 0.26 | 217.62 | 0.97 | 0.37 |
| Hex | 3 | 48 | BC | 62 | 3E | 0 | 1A | DA | 61 | 25 |
| Octal | 3 | 110 | 274 | 142 | 76 | 0 | 32 | 332 | 141 | 45 |
| Binary | 11 | 1001000 | 10111100 | 1100010 | 111110 | 0 | 11010 | 11011010 | 1100001 | 100101 |
Color Harmonies of #0348BC
Complementary color
Monochromatic Colors of #0348BC
Black with #0348BC
Text Example
Text Example
White with #0348BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0348BC; }
p { color: rgb(3,72,188); }
H1.HeaderClassName
{
color: #0348BC;
}
.AnyTagClassName
{
color: #0348BC;
}
</style>
background-color css
<style>
a { background-color: #0348BC; }
a { background-color: rgb(3,72,188); }
div.DivClassName
{
background-color: #0348BC;
}
.BgClassName
{
background-color: #0348BC;
}
</style>
border-color css
<style>
span { border-color: #0348BC; }
span { border-color: rgb(3,72,188); }
td.TdClassName
{
border-color: #0348BC;
}
.TagClassName
{
border-color: #0348BC;
}
</style>