Shades of Sherpa Blue #035359
Tints of Sherpa Blue #035359
RGB
CMYK
RGB Variations
Color information
#035359 (or 0x035359) is known color: Sherpa Blue. HEX triplet: 03, 53 and 59. RGB value is (3,83,89). Sum of RGB (Red+Green+Blue) = 3+83+89=175 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.71% from 175); Green value is 83 (32.81% from 255 or 47.43% from 175); Blue value is 89 (35.16% from 255 or 50.86% from 175); Max value from RGB is 89 - color contains mainly: blue. Hex color #035359 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035359 is #FCACA6. Grayscale: #3B3B3B. Windows color (decimal): -16559271 or 5853955. OLE color: 5853955.
HSL color Cylindrical-coordinate representation of color #035359: hue angle of 184.19º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035359 is Cyan = 0.97, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 3 | 83 | 89 | - |
| CMYK | 0.97 | 0.07 | 0 | 0.65 |
| HSL | 184.19º | 0.93% | 0.18% | - |
| HSV(B) | 184.19º | 0.97% | 0.35% | - |
| XYZ | 4.93 | 6.93 | 10.53 | - |
| YUV | 59.76 | 144.5 | 87.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 83 | 89 | 0.97 | 0.07 | 0 | 0.65 | 184.19 | 0.93 | 0.18 |
| Hex | 3 | 53 | 59 | 61 | 7 | 0 | 41 | B8 | 5D | 12 |
| Octal | 3 | 123 | 131 | 141 | 7 | 0 | 101 | 270 | 135 | 22 |
| Binary | 11 | 1010011 | 1011001 | 1100001 | 111 | 0 | 1000001 | 10111000 | 1011101 | 10010 |
Color Harmonies of #035359
Complementary color
Monochromatic Colors of #035359
Black with #035359
Text Example
Text Example
White with #035359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035359; }
p { color: rgb(3,83,89); }
H1.HeaderClassName
{
color: #035359;
}
.AnyTagClassName
{
color: #035359;
}
</style>
background-color css
<style>
a { background-color: #035359; }
a { background-color: rgb(3,83,89); }
div.DivClassName
{
background-color: #035359;
}
.BgClassName
{
background-color: #035359;
}
</style>
border-color css
<style>
span { border-color: #035359; }
span { border-color: rgb(3,83,89); }
td.TdClassName
{
border-color: #035359;
}
.TagClassName
{
border-color: #035359;
}
</style>