Shades of Cobalt #035AA4
Tints of Cobalt #035AA4
RGB
CMYK
RGB Variations
Color information
#035AA4 (or 0x035AA4) is known color: Cobalt. HEX triplet: 03, 5A and A4. RGB value is (3,90,164). Sum of RGB (Red+Green+Blue) = 3+90+164=257 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.17% from 257); Green value is 90 (35.55% from 255 or 35.02% from 257); Blue value is 164 (64.45% from 255 or 63.81% from 257); Max value from RGB is 164 - color contains mainly: blue. Hex color #035AA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035AA4 is #FCA55B. Grayscale: #484848. Windows color (decimal): -16557404 or 10770947. OLE color: 10770947.
HSL color Cylindrical-coordinate representation of color #035AA4: hue angle of 207.58º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035AA4 is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 3 | 90 | 164 | - |
| CMYK | 0.98 | 0.45 | 0 | 0.36 |
| HSL | 207.58º | 0.96% | 0.33% | - |
| HSV(B) | 207.58º | 0.98% | 0.64% | - |
| XYZ | 10.39 | 10.01 | 36.51 | - |
| YUV | 72.42 | 179.68 | 78.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 90 | 164 | 0.98 | 0.45 | 0 | 0.36 | 207.58 | 0.96 | 0.33 |
| Hex | 3 | 5A | A4 | 62 | 2D | 0 | 24 | D0 | 60 | 21 |
| Octal | 3 | 132 | 244 | 142 | 55 | 0 | 44 | 320 | 140 | 41 |
| Binary | 11 | 1011010 | 10100100 | 1100010 | 101101 | 0 | 100100 | 11010000 | 1100000 | 100001 |
Color Harmonies of #035AA4
Complementary color
Monochromatic Colors of #035AA4
Black with #035AA4
Text Example
Text Example
White with #035AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035AA4; }
p { color: rgb(3,90,164); }
H1.HeaderClassName
{
color: #035AA4;
}
.AnyTagClassName
{
color: #035AA4;
}
</style>
background-color css
<style>
a { background-color: #035AA4; }
a { background-color: rgb(3,90,164); }
div.DivClassName
{
background-color: #035AA4;
}
.BgClassName
{
background-color: #035AA4;
}
</style>
border-color css
<style>
span { border-color: #035AA4; }
span { border-color: rgb(3,90,164); }
td.TdClassName
{
border-color: #035AA4;
}
.TagClassName
{
border-color: #035AA4;
}
</style>