Shades of Sherpa Blue #03515B
Tints of Sherpa Blue #03515B
RGB
CMYK
RGB Variations
Color information
#03515B (or 0x03515B) is known color: Sherpa Blue. HEX triplet: 03, 51 and 5B. RGB value is (3,81,91). Sum of RGB (Red+Green+Blue) = 3+81+91=175 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.71% from 175); Green value is 81 (32.03% from 255 or 46.29% from 175); Blue value is 91 (35.94% from 255 or 52% from 175); Max value from RGB is 91 - color contains mainly: blue. Hex color #03515B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03515B is #FCAEA4. Grayscale: #3A3A3A. Windows color (decimal): -16559781 or 5984515. OLE color: 5984515.
HSL color Cylindrical-coordinate representation of color #03515B: hue angle of 186.82º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03515B is Cyan = 0.97, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 81 | 91 | - |
| CMYK | 0.97 | 0.11 | 0 | 0.64 |
| HSL | 186.82º | 0.94% | 0.18% | - |
| HSV(B) | 186.82º | 0.97% | 0.36% | - |
| XYZ | 4.87 | 6.66 | 10.93 | - |
| YUV | 58.82 | 146.16 | 88.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 81 | 91 | 0.97 | 0.11 | 0 | 0.64 | 186.82 | 0.94 | 0.18 |
| Hex | 3 | 51 | 5B | 61 | B | 0 | 40 | BB | 5E | 12 |
| Octal | 3 | 121 | 133 | 141 | 13 | 0 | 100 | 273 | 136 | 22 |
| Binary | 11 | 1010001 | 1011011 | 1100001 | 1011 | 0 | 1000000 | 10111011 | 1011110 | 10010 |
Color Harmonies of #03515B
Complementary color
Monochromatic Colors of #03515B
Black with #03515B
Text Example
Text Example
White with #03515B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03515B; }
p { color: rgb(3,81,91); }
H1.HeaderClassName
{
color: #03515B;
}
.AnyTagClassName
{
color: #03515B;
}
</style>
background-color css
<style>
a { background-color: #03515B; }
a { background-color: rgb(3,81,91); }
div.DivClassName
{
background-color: #03515B;
}
.BgClassName
{
background-color: #03515B;
}
</style>
border-color css
<style>
span { border-color: #03515B; }
span { border-color: rgb(3,81,91); }
td.TdClassName
{
border-color: #03515B;
}
.TagClassName
{
border-color: #03515B;
}
</style>