Shades of Sherpa Blue #03515C
Tints of Sherpa Blue #03515C
RGB
CMYK
RGB Variations
Color information
#03515C (or 0x03515C) is known color: Sherpa Blue. HEX triplet: 03, 51 and 5C. RGB value is (3,81,92). Sum of RGB (Red+Green+Blue) = 3+81+92=176 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.70% from 176); Green value is 81 (32.03% from 255 or 46.02% from 176); Blue value is 92 (36.33% from 255 or 52.27% from 176); Max value from RGB is 92 - color contains mainly: blue. Hex color #03515C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03515C is #FCAEA3. Grayscale: #3A3A3A. Windows color (decimal): -16559780 or 6050051. OLE color: 6050051.
HSL color Cylindrical-coordinate representation of color #03515C: hue angle of 187.42º 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 #03515C is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 81 | 92 | - |
| CMYK | 0.97 | 0.12 | 0 | 0.64 |
| HSL | 187.42º | 0.94% | 0.19% | - |
| HSV(B) | 187.42º | 0.97% | 0.36% | - |
| XYZ | 4.91 | 6.68 | 11.16 | - |
| YUV | 58.93 | 146.66 | 88.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 81 | 92 | 0.97 | 0.12 | 0 | 0.64 | 187.42 | 0.94 | 0.19 |
| Hex | 3 | 51 | 5C | 61 | C | 0 | 40 | BB | 5E | 13 |
| Octal | 3 | 121 | 134 | 141 | 14 | 0 | 100 | 273 | 136 | 23 |
| Binary | 11 | 1010001 | 1011100 | 1100001 | 1100 | 0 | 1000000 | 10111011 | 1011110 | 10011 |
Color Harmonies of #03515C
Complementary color
Monochromatic Colors of #03515C
Black with #03515C
Text Example
Text Example
White with #03515C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03515C; }
p { color: rgb(3,81,92); }
H1.HeaderClassName
{
color: #03515C;
}
.AnyTagClassName
{
color: #03515C;
}
</style>
background-color css
<style>
a { background-color: #03515C; }
a { background-color: rgb(3,81,92); }
div.DivClassName
{
background-color: #03515C;
}
.BgClassName
{
background-color: #03515C;
}
</style>
border-color css
<style>
span { border-color: #03515C; }
span { border-color: rgb(3,81,92); }
td.TdClassName
{
border-color: #03515C;
}
.TagClassName
{
border-color: #03515C;
}
</style>