Shades of Sherpa Blue #03534C
Tints of Sherpa Blue #03534C
RGB
CMYK
RGB Variations
Color information
#03534C (or 0x03534C) is known color: Sherpa Blue. HEX triplet: 03, 53 and 4C. RGB value is (3,83,76). Sum of RGB (Red+Green+Blue) = 3+83+76=162 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.85% from 162); Green value is 83 (32.81% from 255 or 51.23% from 162); Blue value is 76 (30.08% from 255 or 46.91% from 162); Max value from RGB is 83 - color contains mainly: green. Hex color #03534C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03534C is #FCACB3. Grayscale: #3A3A3A. Windows color (decimal): -16559284 or 5001987. OLE color: 5001987.
HSL color Cylindrical-coordinate representation of color #03534C: hue angle of 174.75º 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 #03534C is Cyan = 0.96, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 83 | 76 | - |
| CMYK | 0.96 | 0 | 0.08 | 0.67 |
| HSL | 174.75º | 0.93% | 0.17% | - |
| HSV(B) | 174.75º | 0.96% | 0.33% | - |
| XYZ | 4.44 | 6.73 | 7.9 | - |
| YUV | 58.28 | 138 | 88.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 83 | 76 | 0.96 | 0 | 0.08 | 0.67 | 174.75 | 0.93 | 0.17 |
| Hex | 3 | 53 | 4C | 60 | 0 | 8 | 43 | AF | 5D | 11 |
| Octal | 3 | 123 | 114 | 140 | 0 | 10 | 103 | 257 | 135 | 21 |
| Binary | 11 | 1010011 | 1001100 | 1100000 | 0 | 1000 | 1000011 | 10101111 | 1011101 | 10001 |
Color Harmonies of #03534C
Complementary color
Monochromatic Colors of #03534C
Black with #03534C
Text Example
Text Example
White with #03534C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03534C; }
p { color: rgb(3,83,76); }
H1.HeaderClassName
{
color: #03534C;
}
.AnyTagClassName
{
color: #03534C;
}
</style>
background-color css
<style>
a { background-color: #03534C; }
a { background-color: rgb(3,83,76); }
div.DivClassName
{
background-color: #03534C;
}
.BgClassName
{
background-color: #03534C;
}
</style>
border-color css
<style>
span { border-color: #03534C; }
span { border-color: rgb(3,83,76); }
td.TdClassName
{
border-color: #03534C;
}
.TagClassName
{
border-color: #03534C;
}
</style>