Shades of Cobalt #0345BD
Tints of Cobalt #0345BD
RGB
CMYK
RGB Variations
Color information
#0345BD (or 0x0345BD) is known color: Cobalt. HEX triplet: 03, 45 and BD. RGB value is (3,69,189). Sum of RGB (Red+Green+Blue) = 3+69+189=261 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 261); Green value is 69 (27.34% from 255 or 26.44% from 261); Blue value is 189 (74.22% from 255 or 72.41% from 261); Max value from RGB is 189 - color contains mainly: blue. Hex color #0345BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0345BD is #FCBA42. Grayscale: #3E3E3E. Windows color (decimal): -16562755 or 12403971. OLE color: 12403971.
HSL color Cylindrical-coordinate representation of color #0345BD: hue angle of 218.71º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0345BD is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 69 | 189 | - |
| CMYK | 0.98 | 0.63 | 0 | 0.26 |
| HSL | 218.71º | 0.97% | 0.38% | - |
| HSV(B) | 218.71º | 0.98% | 0.74% | - |
| XYZ | 11.35 | 7.95 | 49.08 | - |
| YUV | 62.95 | 199.13 | 85.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 69 | 189 | 0.98 | 0.63 | 0 | 0.26 | 218.71 | 0.97 | 0.38 |
| Hex | 3 | 45 | BD | 62 | 3F | 0 | 1A | DB | 61 | 26 |
| Octal | 3 | 105 | 275 | 142 | 77 | 0 | 32 | 333 | 141 | 46 |
| Binary | 11 | 1000101 | 10111101 | 1100010 | 111111 | 0 | 11010 | 11011011 | 1100001 | 100110 |
Color Harmonies of #0345BD
Complementary color
Monochromatic Colors of #0345BD
Black with #0345BD
Text Example
Text Example
White with #0345BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0345BD; }
p { color: rgb(3,69,189); }
H1.HeaderClassName
{
color: #0345BD;
}
.AnyTagClassName
{
color: #0345BD;
}
</style>
background-color css
<style>
a { background-color: #0345BD; }
a { background-color: rgb(3,69,189); }
div.DivClassName
{
background-color: #0345BD;
}
.BgClassName
{
background-color: #0345BD;
}
</style>
border-color css
<style>
span { border-color: #0345BD; }
span { border-color: rgb(3,69,189); }
td.TdClassName
{
border-color: #0345BD;
}
.TagClassName
{
border-color: #0345BD;
}
</style>