Shades of Sherpa Blue #035053
Tints of Sherpa Blue #035053
RGB
CMYK
RGB Variations
Color information
#035053 (or 0x035053) is known color: Sherpa Blue. HEX triplet: 03, 50 and 53. RGB value is (3,80,83). Sum of RGB (Red+Green+Blue) = 3+80+83=166 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.81% from 166); Green value is 80 (31.64% from 255 or 48.19% from 166); Blue value is 83 (32.81% from 255 or 50% from 166); Max value from RGB is 83 - color contains mainly: blue. Hex color #035053 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035053 is #FCAFAC. Grayscale: #393939. Windows color (decimal): -16560045 or 5459971. OLE color: 5459971.
HSL color Cylindrical-coordinate representation of color #035053: hue angle of 182.25º 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 #035053 is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 80 | 83 | - |
| CMYK | 0.96 | 0.04 | 0 | 0.67 |
| HSL | 182.25º | 0.93% | 0.17% | - |
| HSV(B) | 182.25º | 0.96% | 0.33% | - |
| XYZ | 4.47 | 6.38 | 9.18 | - |
| YUV | 57.32 | 142.49 | 89.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 80 | 83 | 0.96 | 0.04 | 0 | 0.67 | 182.25 | 0.93 | 0.17 |
| Hex | 3 | 50 | 53 | 60 | 4 | 0 | 43 | B6 | 5D | 11 |
| Octal | 3 | 120 | 123 | 140 | 4 | 0 | 103 | 266 | 135 | 21 |
| Binary | 11 | 1010000 | 1010011 | 1100000 | 100 | 0 | 1000011 | 10110110 | 1011101 | 10001 |
Color Harmonies of #035053
Complementary color
Monochromatic Colors of #035053
Black with #035053
Text Example
Text Example
White with #035053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035053; }
p { color: rgb(3,80,83); }
H1.HeaderClassName
{
color: #035053;
}
.AnyTagClassName
{
color: #035053;
}
</style>
background-color css
<style>
a { background-color: #035053; }
a { background-color: rgb(3,80,83); }
div.DivClassName
{
background-color: #035053;
}
.BgClassName
{
background-color: #035053;
}
</style>
border-color css
<style>
span { border-color: #035053; }
span { border-color: rgb(3,80,83); }
td.TdClassName
{
border-color: #035053;
}
.TagClassName
{
border-color: #035053;
}
</style>