Shades of Cobalt #0350AE
Tints of Cobalt #0350AE
RGB
CMYK
RGB Variations
Color information
#0350AE (or 0x0350AE) is known color: Cobalt. HEX triplet: 03, 50 and AE. RGB value is (3,80,174). Sum of RGB (Red+Green+Blue) = 3+80+174=257 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.17% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 174 (68.36% from 255 or 67.70% from 257); Max value from RGB is 174 - color contains mainly: blue. Hex color #0350AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0350AE is #FCAF51. Grayscale: #434343. Windows color (decimal): -16559954 or 11423747. OLE color: 11423747.
HSL color Cylindrical-coordinate representation of color #0350AE: hue angle of 212.98º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0350AE is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 3 | 80 | 174 | - |
| CMYK | 0.98 | 0.54 | 0 | 0.32 |
| HSL | 212.98º | 0.97% | 0.35% | - |
| HSV(B) | 212.98º | 0.98% | 0.68% | - |
| XYZ | 10.55 | 8.81 | 41.19 | - |
| YUV | 67.69 | 187.99 | 81.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 80 | 174 | 0.98 | 0.54 | 0 | 0.32 | 212.98 | 0.97 | 0.35 |
| Hex | 3 | 50 | AE | 62 | 36 | 0 | 20 | D5 | 61 | 23 |
| Octal | 3 | 120 | 256 | 142 | 66 | 0 | 40 | 325 | 141 | 43 |
| Binary | 11 | 1010000 | 10101110 | 1100010 | 110110 | 0 | 100000 | 11010101 | 1100001 | 100011 |
Color Harmonies of #0350AE
Complementary color
Monochromatic Colors of #0350AE
Black with #0350AE
Text Example
Text Example
White with #0350AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0350AE; }
p { color: rgb(3,80,174); }
H1.HeaderClassName
{
color: #0350AE;
}
.AnyTagClassName
{
color: #0350AE;
}
</style>
background-color css
<style>
a { background-color: #0350AE; }
a { background-color: rgb(3,80,174); }
div.DivClassName
{
background-color: #0350AE;
}
.BgClassName
{
background-color: #0350AE;
}
</style>
border-color css
<style>
span { border-color: #0350AE; }
span { border-color: rgb(3,80,174); }
td.TdClassName
{
border-color: #0350AE;
}
.TagClassName
{
border-color: #0350AE;
}
</style>