Shades of Navy Blue #035CC2
Tints of Navy Blue #035CC2
RGB
CMYK
RGB Variations
Color information
#035CC2 (or 0x035CC2) is known color: Navy Blue. HEX triplet: 03, 5C and C2. RGB value is (3,92,194). Sum of RGB (Red+Green+Blue) = 3+92+194=289 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.04% from 289); Green value is 92 (36.33% from 255 or 31.83% from 289); Blue value is 194 (76.17% from 255 or 67.13% from 289); Max value from RGB is 194 - color contains mainly: blue. Hex color #035CC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035CC2 is #FCA33D. Grayscale: #4C4C4C. Windows color (decimal): -16556862 or 12737539. OLE color: 12737539.
HSL color Cylindrical-coordinate representation of color #035CC2: hue angle of 212.04º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035CC2 is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 3 | 92 | 194 | - |
| CMYK | 0.98 | 0.53 | 0 | 0.24 |
| HSL | 212.04º | 0.97% | 0.39% | - |
| HSV(B) | 212.04º | 0.98% | 0.76% | - |
| XYZ | 13.6 | 11.57 | 52.56 | - |
| YUV | 77.02 | 194.01 | 75.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 92 | 194 | 0.98 | 0.53 | 0 | 0.24 | 212.04 | 0.97 | 0.39 |
| Hex | 3 | 5C | C2 | 62 | 35 | 0 | 18 | D4 | 61 | 27 |
| Octal | 3 | 134 | 302 | 142 | 65 | 0 | 30 | 324 | 141 | 47 |
| Binary | 11 | 1011100 | 11000010 | 1100010 | 110101 | 0 | 11000 | 11010100 | 1100001 | 100111 |
Color Harmonies of #035CC2
Complementary color
Monochromatic Colors of #035CC2
Black with #035CC2
Text Example
Text Example
White with #035CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035CC2; }
p { color: rgb(3,92,194); }
H1.HeaderClassName
{
color: #035CC2;
}
.AnyTagClassName
{
color: #035CC2;
}
</style>
background-color css
<style>
a { background-color: #035CC2; }
a { background-color: rgb(3,92,194); }
div.DivClassName
{
background-color: #035CC2;
}
.BgClassName
{
background-color: #035CC2;
}
</style>
border-color css
<style>
span { border-color: #035CC2; }
span { border-color: rgb(3,92,194); }
td.TdClassName
{
border-color: #035CC2;
}
.TagClassName
{
border-color: #035CC2;
}
</style>