Shades of Sherpa Blue #035251
Tints of Sherpa Blue #035251
RGB
CMYK
RGB Variations
Color information
#035251 (or 0x035251) is known color: Sherpa Blue. HEX triplet: 03, 52 and 51. RGB value is (3,82,81). Sum of RGB (Red+Green+Blue) = 3+82+81=166 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.81% from 166); Green value is 82 (32.42% from 255 or 49.40% from 166); Blue value is 81 (32.03% from 255 or 48.80% from 166); Max value from RGB is 82 - color contains mainly: green. Hex color #035251 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035251 is #FCADAE. Grayscale: #3A3A3A. Windows color (decimal): -16559535 or 5329411. OLE color: 5329411.
HSL color Cylindrical-coordinate representation of color #035251: hue angle of 179.24º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #035251 is Cyan = 0.96, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 3 | 82 | 81 | - |
| CMYK | 0.96 | 0 | 0.01 | 0.68 |
| HSL | 179.24º | 0.93% | 0.17% | - |
| HSV(B) | 179.24º | 0.96% | 0.32% | - |
| XYZ | 4.54 | 6.65 | 8.83 | - |
| YUV | 58.27 | 140.83 | 88.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 82 | 81 | 0.96 | 0 | 0.01 | 0.68 | 179.24 | 0.93 | 0.17 |
| Hex | 3 | 52 | 51 | 60 | 0 | 1 | 44 | B3 | 5D | 11 |
| Octal | 3 | 122 | 121 | 140 | 0 | 1 | 104 | 263 | 135 | 21 |
| Binary | 11 | 1010010 | 1010001 | 1100000 | 0 | 1 | 1000100 | 10110011 | 1011101 | 10001 |
Color Harmonies of #035251
Complementary color
Monochromatic Colors of #035251
Black with #035251
Text Example
Text Example
White with #035251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035251; }
p { color: rgb(3,82,81); }
H1.HeaderClassName
{
color: #035251;
}
.AnyTagClassName
{
color: #035251;
}
</style>
background-color css
<style>
a { background-color: #035251; }
a { background-color: rgb(3,82,81); }
div.DivClassName
{
background-color: #035251;
}
.BgClassName
{
background-color: #035251;
}
</style>
border-color css
<style>
span { border-color: #035251; }
span { border-color: rgb(3,82,81); }
td.TdClassName
{
border-color: #035251;
}
.TagClassName
{
border-color: #035251;
}
</style>