Shades of Sherpa Blue #035061
Tints of Sherpa Blue #035061
RGB
CMYK
RGB Variations
Color information
#035061 (or 0x035061) is known color: Sherpa Blue. HEX triplet: 03, 50 and 61. RGB value is (3,80,97). Sum of RGB (Red+Green+Blue) = 3+80+97=180 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.67% from 180); Green value is 80 (31.64% from 255 or 44.44% from 180); Blue value is 97 (38.28% from 255 or 53.89% from 180); Max value from RGB is 97 - color contains mainly: blue. Hex color #035061 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035061 is #FCAF9E. Grayscale: #3A3A3A. Windows color (decimal): -16560031 or 6377475. OLE color: 6377475.
HSL color Cylindrical-coordinate representation of color #035061: hue angle of 190.85º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035061 is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 3 | 80 | 97 | - |
| CMYK | 0.97 | 0.18 | 0 | 0.62 |
| HSL | 190.85º | 0.94% | 0.2% | - |
| HSV(B) | 190.85º | 0.97% | 0.38% | - |
| XYZ | 5.06 | 6.62 | 12.32 | - |
| YUV | 58.92 | 149.49 | 88.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 80 | 97 | 0.97 | 0.18 | 0 | 0.62 | 190.85 | 0.94 | 0.2 |
| Hex | 3 | 50 | 61 | 61 | 12 | 0 | 3E | BF | 5E | 14 |
| Octal | 3 | 120 | 141 | 141 | 22 | 0 | 76 | 277 | 136 | 24 |
| Binary | 11 | 1010000 | 1100001 | 1100001 | 10010 | 0 | 111110 | 10111111 | 1011110 | 10100 |
Color Harmonies of #035061
Complementary color
Monochromatic Colors of #035061
Black with #035061
Text Example
Text Example
White with #035061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035061; }
p { color: rgb(3,80,97); }
H1.HeaderClassName
{
color: #035061;
}
.AnyTagClassName
{
color: #035061;
}
</style>
background-color css
<style>
a { background-color: #035061; }
a { background-color: rgb(3,80,97); }
div.DivClassName
{
background-color: #035061;
}
.BgClassName
{
background-color: #035061;
}
</style>
border-color css
<style>
span { border-color: #035061; }
span { border-color: rgb(3,80,97); }
td.TdClassName
{
border-color: #035061;
}
.TagClassName
{
border-color: #035061;
}
</style>