Shades of Sherpa Blue #035351
Tints of Sherpa Blue #035351
RGB
CMYK
RGB Variations
Color information
#035351 (or 0x035351) is known color: Sherpa Blue. HEX triplet: 03, 53 and 51. RGB value is (3,83,81). Sum of RGB (Red+Green+Blue) = 3+83+81=167 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.80% from 167); Green value is 83 (32.81% from 255 or 49.70% from 167); Blue value is 81 (32.03% from 255 or 48.50% from 167); Max value from RGB is 83 - color contains mainly: green. Hex color #035351 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035351 is #FCACAE. Grayscale: #3A3A3A. Windows color (decimal): -16559279 or 5329667. OLE color: 5329667.
HSL color Cylindrical-coordinate representation of color #035351: hue angle of 178.5º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #035351 is Cyan = 0.96, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 83 | 81 | - |
| CMYK | 0.96 | 0 | 0.02 | 0.67 |
| HSL | 178.5º | 0.93% | 0.17% | - |
| HSV(B) | 178.5º | 0.96% | 0.33% | - |
| XYZ | 4.62 | 6.8 | 8.85 | - |
| YUV | 58.85 | 140.5 | 88.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 83 | 81 | 0.96 | 0 | 0.02 | 0.67 | 178.5 | 0.93 | 0.17 |
| Hex | 3 | 53 | 51 | 60 | 0 | 2 | 43 | B2 | 5D | 11 |
| Octal | 3 | 123 | 121 | 140 | 0 | 2 | 103 | 262 | 135 | 21 |
| Binary | 11 | 1010011 | 1010001 | 1100000 | 0 | 10 | 1000011 | 10110010 | 1011101 | 10001 |
Color Harmonies of #035351
Complementary color
Monochromatic Colors of #035351
Black with #035351
Text Example
Text Example
White with #035351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035351; }
p { color: rgb(3,83,81); }
H1.HeaderClassName
{
color: #035351;
}
.AnyTagClassName
{
color: #035351;
}
</style>
background-color css
<style>
a { background-color: #035351; }
a { background-color: rgb(3,83,81); }
div.DivClassName
{
background-color: #035351;
}
.BgClassName
{
background-color: #035351;
}
</style>
border-color css
<style>
span { border-color: #035351; }
span { border-color: rgb(3,83,81); }
td.TdClassName
{
border-color: #035351;
}
.TagClassName
{
border-color: #035351;
}
</style>