Shades of Sherpa Blue #03534E
Tints of Sherpa Blue #03534E
RGB
CMYK
RGB Variations
Color information
#03534E (or 0x03534E) is known color: Sherpa Blue. HEX triplet: 03, 53 and 4E. RGB value is (3,83,78). Sum of RGB (Red+Green+Blue) = 3+83+78=164 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.83% from 164); Green value is 83 (32.81% from 255 or 50.61% from 164); Blue value is 78 (30.86% from 255 or 47.56% from 164); Max value from RGB is 83 - color contains mainly: green. Hex color #03534E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03534E is #FCACB1. Grayscale: #3A3A3A. Windows color (decimal): -16559282 or 5133059. OLE color: 5133059.
HSL color Cylindrical-coordinate representation of color #03534E: hue angle of 176.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 #03534E is Cyan = 0.96, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 83 | 78 | - |
| CMYK | 0.96 | 0 | 0.06 | 0.67 |
| HSL | 176.25º | 0.93% | 0.17% | - |
| HSV(B) | 176.25º | 0.96% | 0.33% | - |
| XYZ | 4.51 | 6.76 | 8.27 | - |
| YUV | 58.51 | 139 | 88.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 83 | 78 | 0.96 | 0 | 0.06 | 0.67 | 176.25 | 0.93 | 0.17 |
| Hex | 3 | 53 | 4E | 60 | 0 | 6 | 43 | B0 | 5D | 11 |
| Octal | 3 | 123 | 116 | 140 | 0 | 6 | 103 | 260 | 135 | 21 |
| Binary | 11 | 1010011 | 1001110 | 1100000 | 0 | 110 | 1000011 | 10110000 | 1011101 | 10001 |
Color Harmonies of #03534E
Complementary color
Monochromatic Colors of #03534E
Black with #03534E
Text Example
Text Example
White with #03534E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03534E; }
p { color: rgb(3,83,78); }
H1.HeaderClassName
{
color: #03534E;
}
.AnyTagClassName
{
color: #03534E;
}
</style>
background-color css
<style>
a { background-color: #03534E; }
a { background-color: rgb(3,83,78); }
div.DivClassName
{
background-color: #03534E;
}
.BgClassName
{
background-color: #03534E;
}
</style>
border-color css
<style>
span { border-color: #03534E; }
span { border-color: rgb(3,83,78); }
td.TdClassName
{
border-color: #03534E;
}
.TagClassName
{
border-color: #03534E;
}
</style>