Shades of Sherpa Blue #035354
Tints of Sherpa Blue #035354
RGB
CMYK
RGB Variations
Color information
#035354 (or 0x035354) is known color: Sherpa Blue. HEX triplet: 03, 53 and 54. RGB value is (3,83,84). Sum of RGB (Red+Green+Blue) = 3+83+84=170 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.76% from 170); Green value is 83 (32.81% from 255 or 48.82% from 170); Blue value is 84 (33.20% from 255 or 49.41% from 170); Max value from RGB is 84 - color contains mainly: blue. Hex color #035354 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035354 is #FCACAB. Grayscale: #3B3B3B. Windows color (decimal): -16559276 or 5526275. OLE color: 5526275.
HSL color Cylindrical-coordinate representation of color #035354: hue angle of 180.74º 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 #035354 is Cyan = 0.96, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 83 | 84 | - |
| CMYK | 0.96 | 0.01 | 0 | 0.67 |
| HSL | 180.74º | 0.93% | 0.17% | - |
| HSV(B) | 180.74º | 0.96% | 0.33% | - |
| XYZ | 4.73 | 6.85 | 9.46 | - |
| YUV | 59.19 | 142 | 87.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 83 | 84 | 0.96 | 0.01 | 0 | 0.67 | 180.74 | 0.93 | 0.17 |
| Hex | 3 | 53 | 54 | 60 | 1 | 0 | 43 | B5 | 5D | 11 |
| Octal | 3 | 123 | 124 | 140 | 1 | 0 | 103 | 265 | 135 | 21 |
| Binary | 11 | 1010011 | 1010100 | 1100000 | 1 | 0 | 1000011 | 10110101 | 1011101 | 10001 |
Color Harmonies of #035354
Complementary color
Monochromatic Colors of #035354
Black with #035354
Text Example
Text Example
White with #035354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035354; }
p { color: rgb(3,83,84); }
H1.HeaderClassName
{
color: #035354;
}
.AnyTagClassName
{
color: #035354;
}
</style>
background-color css
<style>
a { background-color: #035354; }
a { background-color: rgb(3,83,84); }
div.DivClassName
{
background-color: #035354;
}
.BgClassName
{
background-color: #035354;
}
</style>
border-color css
<style>
span { border-color: #035354; }
span { border-color: rgb(3,83,84); }
td.TdClassName
{
border-color: #035354;
}
.TagClassName
{
border-color: #035354;
}
</style>