Shades of Sherpa Blue #03524D
Tints of Sherpa Blue #03524D
RGB
CMYK
RGB Variations
Color information
#03524D (or 0x03524D) is known color: Sherpa Blue. HEX triplet: 03, 52 and 4D. RGB value is (3,82,77). Sum of RGB (Red+Green+Blue) = 3+82+77=162 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.85% from 162); Green value is 82 (32.42% from 255 or 50.62% from 162); Blue value is 77 (30.47% from 255 or 47.53% from 162); Max value from RGB is 82 - color contains mainly: green. Hex color #03524D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03524D is #FCADB2. Grayscale: #393939. Windows color (decimal): -16559539 or 5067267. OLE color: 5067267.
HSL color Cylindrical-coordinate representation of color #03524D: hue angle of 176.2º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03524D is Cyan = 0.96, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 3 | 82 | 77 | - |
| CMYK | 0.96 | 0 | 0.06 | 0.68 |
| HSL | 176.2º | 0.93% | 0.17% | - |
| HSV(B) | 176.2º | 0.96% | 0.32% | - |
| XYZ | 4.39 | 6.59 | 8.06 | - |
| YUV | 57.81 | 138.83 | 88.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 82 | 77 | 0.96 | 0 | 0.06 | 0.68 | 176.2 | 0.93 | 0.17 |
| Hex | 3 | 52 | 4D | 60 | 0 | 6 | 44 | B0 | 5D | 11 |
| Octal | 3 | 122 | 115 | 140 | 0 | 6 | 104 | 260 | 135 | 21 |
| Binary | 11 | 1010010 | 1001101 | 1100000 | 0 | 110 | 1000100 | 10110000 | 1011101 | 10001 |
Color Harmonies of #03524D
Complementary color
Monochromatic Colors of #03524D
Black with #03524D
Text Example
Text Example
White with #03524D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03524D; }
p { color: rgb(3,82,77); }
H1.HeaderClassName
{
color: #03524D;
}
.AnyTagClassName
{
color: #03524D;
}
</style>
background-color css
<style>
a { background-color: #03524D; }
a { background-color: rgb(3,82,77); }
div.DivClassName
{
background-color: #03524D;
}
.BgClassName
{
background-color: #03524D;
}
</style>
border-color css
<style>
span { border-color: #03524D; }
span { border-color: rgb(3,82,77); }
td.TdClassName
{
border-color: #03524D;
}
.TagClassName
{
border-color: #03524D;
}
</style>