Shades of Cobalt #035898
Tints of Cobalt #035898
RGB
CMYK
RGB Variations
Color information
#035898 (or 0x035898) is known color: Cobalt. HEX triplet: 03, 58 and 98. RGB value is (3,88,152). Sum of RGB (Red+Green+Blue) = 3+88+152=243 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.23% from 243); Green value is 88 (34.77% from 255 or 36.21% from 243); Blue value is 152 (59.77% from 255 or 62.55% from 243); Max value from RGB is 152 - color contains mainly: blue. Hex color #035898 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035898 is #FCA767. Grayscale: #454545. Windows color (decimal): -16557928 or 9984003. OLE color: 9984003.
HSL color Cylindrical-coordinate representation of color #035898: hue angle of 205.77º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035898 is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 3 | 88 | 152 | - |
| CMYK | 0.98 | 0.42 | 0 | 0.40 |
| HSL | 205.77º | 0.96% | 0.3% | - |
| HSV(B) | 205.77º | 0.98% | 0.6% | - |
| XYZ | 9.19 | 9.27 | 31.01 | - |
| YUV | 69.88 | 174.34 | 80.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 88 | 152 | 0.98 | 0.42 | 0 | 0.40 | 205.77 | 0.96 | 0.3 |
| Hex | 3 | 58 | 98 | 62 | 2A | 0 | 28 | CE | 60 | 1E |
| Octal | 3 | 130 | 230 | 142 | 52 | 0 | 50 | 316 | 140 | 36 |
| Binary | 11 | 1011000 | 10011000 | 1100010 | 101010 | 0 | 101000 | 11001110 | 1100000 | 11110 |
Color Harmonies of #035898
Complementary color
Monochromatic Colors of #035898
Black with #035898
Text Example
Text Example
White with #035898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035898; }
p { color: rgb(3,88,152); }
H1.HeaderClassName
{
color: #035898;
}
.AnyTagClassName
{
color: #035898;
}
</style>
background-color css
<style>
a { background-color: #035898; }
a { background-color: rgb(3,88,152); }
div.DivClassName
{
background-color: #035898;
}
.BgClassName
{
background-color: #035898;
}
</style>
border-color css
<style>
span { border-color: #035898; }
span { border-color: rgb(3,88,152); }
td.TdClassName
{
border-color: #035898;
}
.TagClassName
{
border-color: #035898;
}
</style>