Shades of Sherpa Blue #03544D
Tints of Sherpa Blue #03544D
RGB
CMYK
RGB Variations
Color information
#03544D (or 0x03544D) is known color: Sherpa Blue. HEX triplet: 03, 54 and 4D. RGB value is (3,84,77). Sum of RGB (Red+Green+Blue) = 3+84+77=164 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.83% from 164); Green value is 84 (33.20% from 255 or 51.22% from 164); Blue value is 77 (30.47% from 255 or 46.95% from 164); Max value from RGB is 84 - color contains mainly: green. Hex color #03544D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03544D is #FCABB2. Grayscale: #3A3A3A. Windows color (decimal): -16559027 or 5067779. OLE color: 5067779.
HSL color Cylindrical-coordinate representation of color #03544D: hue angle of 174.81º 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 #03544D is Cyan = 0.96, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 84 | 77 | - |
| CMYK | 0.96 | 0 | 0.08 | 0.67 |
| HSL | 174.81º | 0.93% | 0.17% | - |
| HSV(B) | 174.81º | 0.96% | 0.33% | - |
| XYZ | 4.55 | 6.9 | 8.11 | - |
| YUV | 58.98 | 138.16 | 88.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 84 | 77 | 0.96 | 0 | 0.08 | 0.67 | 174.81 | 0.93 | 0.17 |
| Hex | 3 | 54 | 4D | 60 | 0 | 8 | 43 | AF | 5D | 11 |
| Octal | 3 | 124 | 115 | 140 | 0 | 10 | 103 | 257 | 135 | 21 |
| Binary | 11 | 1010100 | 1001101 | 1100000 | 0 | 1000 | 1000011 | 10101111 | 1011101 | 10001 |
Color Harmonies of #03544D
Complementary color
Monochromatic Colors of #03544D
Black with #03544D
Text Example
Text Example
White with #03544D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03544D; }
p { color: rgb(3,84,77); }
H1.HeaderClassName
{
color: #03544D;
}
.AnyTagClassName
{
color: #03544D;
}
</style>
background-color css
<style>
a { background-color: #03544D; }
a { background-color: rgb(3,84,77); }
div.DivClassName
{
background-color: #03544D;
}
.BgClassName
{
background-color: #03544D;
}
</style>
border-color css
<style>
span { border-color: #03544D; }
span { border-color: rgb(3,84,77); }
td.TdClassName
{
border-color: #03544D;
}
.TagClassName
{
border-color: #03544D;
}
</style>