Shades of Sherpa Blue #035153
Tints of Sherpa Blue #035153
RGB
CMYK
RGB Variations
Color information
#035153 (or 0x035153) is known color: Sherpa Blue. HEX triplet: 03, 51 and 53. RGB value is (3,81,83). Sum of RGB (Red+Green+Blue) = 3+81+83=167 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.80% from 167); Green value is 81 (32.03% from 255 or 48.50% from 167); Blue value is 83 (32.81% from 255 or 49.70% from 167); Max value from RGB is 83 - color contains mainly: blue. Hex color #035153 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035153 is #FCAEAC. Grayscale: #393939. Windows color (decimal): -16559789 or 5460227. OLE color: 5460227.
HSL color Cylindrical-coordinate representation of color #035153: hue angle of 181.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 #035153 is Cyan = 0.96, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 81 | 83 | - |
| CMYK | 0.96 | 0.02 | 0 | 0.67 |
| HSL | 181.5º | 0.93% | 0.17% | - |
| HSV(B) | 181.5º | 0.96% | 0.33% | - |
| XYZ | 4.54 | 6.53 | 9.2 | - |
| YUV | 57.91 | 142.16 | 88.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 81 | 83 | 0.96 | 0.02 | 0 | 0.67 | 181.5 | 0.93 | 0.17 |
| Hex | 3 | 51 | 53 | 60 | 2 | 0 | 43 | B6 | 5D | 11 |
| Octal | 3 | 121 | 123 | 140 | 2 | 0 | 103 | 266 | 135 | 21 |
| Binary | 11 | 1010001 | 1010011 | 1100000 | 10 | 0 | 1000011 | 10110110 | 1011101 | 10001 |
Color Harmonies of #035153
Complementary color
Monochromatic Colors of #035153
Black with #035153
Text Example
Text Example
White with #035153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035153; }
p { color: rgb(3,81,83); }
H1.HeaderClassName
{
color: #035153;
}
.AnyTagClassName
{
color: #035153;
}
</style>
background-color css
<style>
a { background-color: #035153; }
a { background-color: rgb(3,81,83); }
div.DivClassName
{
background-color: #035153;
}
.BgClassName
{
background-color: #035153;
}
</style>
border-color css
<style>
span { border-color: #035153; }
span { border-color: rgb(3,81,83); }
td.TdClassName
{
border-color: #035153;
}
.TagClassName
{
border-color: #035153;
}
</style>