Shades of Sherpa Blue #03504D
Tints of Sherpa Blue #03504D
RGB
CMYK
RGB Variations
Color information
#03504D (or 0x03504D) is known color: Sherpa Blue. HEX triplet: 03, 50 and 4D. RGB value is (3,80,77). Sum of RGB (Red+Green+Blue) = 3+80+77=160 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.88% from 160); Green value is 80 (31.64% from 255 or 50% from 160); Blue value is 77 (30.47% from 255 or 48.12% from 160); Max value from RGB is 80 - color contains mainly: green. Hex color #03504D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03504D is #FCAFB2. Grayscale: #383838. Windows color (decimal): -16560051 or 5066755. OLE color: 5066755.
HSL color Cylindrical-coordinate representation of color #03504D: hue angle of 177.66º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03504D is Cyan = 0.96, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 80 | 77 | - |
| CMYK | 0.96 | 0 | 0.04 | 0.69 |
| HSL | 177.66º | 0.93% | 0.16% | - |
| HSV(B) | 177.66º | 0.96% | 0.31% | - |
| XYZ | 4.25 | 6.29 | 8.01 | - |
| YUV | 56.64 | 139.49 | 89.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 80 | 77 | 0.96 | 0 | 0.04 | 0.69 | 177.66 | 0.93 | 0.16 |
| Hex | 3 | 50 | 4D | 60 | 0 | 4 | 45 | B2 | 5D | 10 |
| Octal | 3 | 120 | 115 | 140 | 0 | 4 | 105 | 262 | 135 | 20 |
| Binary | 11 | 1010000 | 1001101 | 1100000 | 0 | 100 | 1000101 | 10110010 | 1011101 | 10000 |
Color Harmonies of #03504D
Complementary color
Monochromatic Colors of #03504D
Black with #03504D
Text Example
Text Example
White with #03504D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03504D; }
p { color: rgb(3,80,77); }
H1.HeaderClassName
{
color: #03504D;
}
.AnyTagClassName
{
color: #03504D;
}
</style>
background-color css
<style>
a { background-color: #03504D; }
a { background-color: rgb(3,80,77); }
div.DivClassName
{
background-color: #03504D;
}
.BgClassName
{
background-color: #03504D;
}
</style>
border-color css
<style>
span { border-color: #03504D; }
span { border-color: rgb(3,80,77); }
td.TdClassName
{
border-color: #03504D;
}
.TagClassName
{
border-color: #03504D;
}
</style>