Shades of Sherpa Blue #03515D
Tints of Sherpa Blue #03515D
RGB
CMYK
RGB Variations
Color information
#03515D (or 0x03515D) is known color: Sherpa Blue. HEX triplet: 03, 51 and 5D. RGB value is (3,81,93). Sum of RGB (Red+Green+Blue) = 3+81+93=177 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 177); Green value is 81 (32.03% from 255 or 45.76% from 177); Blue value is 93 (36.72% from 255 or 52.54% from 177); Max value from RGB is 93 - color contains mainly: blue. Hex color #03515D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03515D is #FCAEA2. Grayscale: #3A3A3A. Windows color (decimal): -16559779 or 6115587. OLE color: 6115587.
HSL color Cylindrical-coordinate representation of color #03515D: hue angle of 188º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03515D is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 81 | 93 | - |
| CMYK | 0.97 | 0.13 | 0 | 0.64 |
| HSL | 188º | 0.94% | 0.19% | - |
| HSV(B) | 188º | 0.97% | 0.36% | - |
| XYZ | 4.96 | 6.69 | 11.39 | - |
| YUV | 59.05 | 147.16 | 88.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 81 | 93 | 0.97 | 0.13 | 0 | 0.64 | 188 | 0.94 | 0.19 |
| Hex | 3 | 51 | 5D | 61 | D | 0 | 40 | BC | 5E | 13 |
| Octal | 3 | 121 | 135 | 141 | 15 | 0 | 100 | 274 | 136 | 23 |
| Binary | 11 | 1010001 | 1011101 | 1100001 | 1101 | 0 | 1000000 | 10111100 | 1011110 | 10011 |
Color Harmonies of #03515D
Complementary color
Monochromatic Colors of #03515D
Black with #03515D
Text Example
Text Example
White with #03515D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03515D; }
p { color: rgb(3,81,93); }
H1.HeaderClassName
{
color: #03515D;
}
.AnyTagClassName
{
color: #03515D;
}
</style>
background-color css
<style>
a { background-color: #03515D; }
a { background-color: rgb(3,81,93); }
div.DivClassName
{
background-color: #03515D;
}
.BgClassName
{
background-color: #03515D;
}
</style>
border-color css
<style>
span { border-color: #03515D; }
span { border-color: rgb(3,81,93); }
td.TdClassName
{
border-color: #03515D;
}
.TagClassName
{
border-color: #03515D;
}
</style>