Shades of Sherpa Blue #035256
Tints of Sherpa Blue #035256
RGB
CMYK
RGB Variations
Color information
#035256 (or 0x035256) is known color: Sherpa Blue. HEX triplet: 03, 52 and 56. RGB value is (3,82,86). Sum of RGB (Red+Green+Blue) = 3+82+86=171 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.75% from 171); Green value is 82 (32.42% from 255 or 47.95% from 171); Blue value is 86 (33.98% from 255 or 50.29% from 171); Max value from RGB is 86 - color contains mainly: blue. Hex color #035256 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035256 is #FCADA9. Grayscale: #3A3A3A. Windows color (decimal): -16559530 or 5657091. OLE color: 5657091.
HSL color Cylindrical-coordinate representation of color #035256: hue angle of 182.89º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035256 is Cyan = 0.97, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 3 | 82 | 86 | - |
| CMYK | 0.97 | 0.05 | 0 | 0.66 |
| HSL | 182.89º | 0.93% | 0.17% | - |
| HSV(B) | 182.89º | 0.97% | 0.34% | - |
| XYZ | 4.73 | 6.73 | 9.85 | - |
| YUV | 58.84 | 143.33 | 88.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 82 | 86 | 0.97 | 0.05 | 0 | 0.66 | 182.89 | 0.93 | 0.17 |
| Hex | 3 | 52 | 56 | 61 | 5 | 0 | 42 | B7 | 5D | 11 |
| Octal | 3 | 122 | 126 | 141 | 5 | 0 | 102 | 267 | 135 | 21 |
| Binary | 11 | 1010010 | 1010110 | 1100001 | 101 | 0 | 1000010 | 10110111 | 1011101 | 10001 |
Color Harmonies of #035256
Complementary color
Monochromatic Colors of #035256
Black with #035256
Text Example
Text Example
White with #035256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035256; }
p { color: rgb(3,82,86); }
H1.HeaderClassName
{
color: #035256;
}
.AnyTagClassName
{
color: #035256;
}
</style>
background-color css
<style>
a { background-color: #035256; }
a { background-color: rgb(3,82,86); }
div.DivClassName
{
background-color: #035256;
}
.BgClassName
{
background-color: #035256;
}
</style>
border-color css
<style>
span { border-color: #035256; }
span { border-color: rgb(3,82,86); }
td.TdClassName
{
border-color: #035256;
}
.TagClassName
{
border-color: #035256;
}
</style>