Shades of Sherpa Blue #03534F
Tints of Sherpa Blue #03534F
RGB
CMYK
RGB Variations
Color information
#03534F (or 0x03534F) is known color: Sherpa Blue. HEX triplet: 03, 53 and 4F. RGB value is (3,83,79). Sum of RGB (Red+Green+Blue) = 3+83+79=165 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.82% from 165); Green value is 83 (32.81% from 255 or 50.30% from 165); Blue value is 79 (31.25% from 255 or 47.88% from 165); Max value from RGB is 83 - color contains mainly: green. Hex color #03534F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03534F is #FCACB0. Grayscale: #3A3A3A. Windows color (decimal): -16559281 or 5198595. OLE color: 5198595.
HSL color Cylindrical-coordinate representation of color #03534F: hue angle of 177º 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 #03534F is Cyan = 0.96, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 83 | 79 | - |
| CMYK | 0.96 | 0 | 0.05 | 0.67 |
| HSL | 177º | 0.93% | 0.17% | - |
| HSV(B) | 177º | 0.96% | 0.33% | - |
| XYZ | 4.54 | 6.77 | 8.46 | - |
| YUV | 58.62 | 139.5 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 83 | 79 | 0.96 | 0 | 0.05 | 0.67 | 177 | 0.93 | 0.17 |
| Hex | 3 | 53 | 4F | 60 | 0 | 5 | 43 | B1 | 5D | 11 |
| Octal | 3 | 123 | 117 | 140 | 0 | 5 | 103 | 261 | 135 | 21 |
| Binary | 11 | 1010011 | 1001111 | 1100000 | 0 | 101 | 1000011 | 10110001 | 1011101 | 10001 |
Color Harmonies of #03534F
Complementary color
Monochromatic Colors of #03534F
Black with #03534F
Text Example
Text Example
White with #03534F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03534F; }
p { color: rgb(3,83,79); }
H1.HeaderClassName
{
color: #03534F;
}
.AnyTagClassName
{
color: #03534F;
}
</style>
background-color css
<style>
a { background-color: #03534F; }
a { background-color: rgb(3,83,79); }
div.DivClassName
{
background-color: #03534F;
}
.BgClassName
{
background-color: #03534F;
}
</style>
border-color css
<style>
span { border-color: #03534F; }
span { border-color: rgb(3,83,79); }
td.TdClassName
{
border-color: #03534F;
}
.TagClassName
{
border-color: #03534F;
}
</style>