Shades of Sherpa Blue #03525E
Tints of Sherpa Blue #03525E
RGB
CMYK
RGB Variations
Color information
#03525E (or 0x03525E) is known color: Sherpa Blue. HEX triplet: 03, 52 and 5E. RGB value is (3,82,94). Sum of RGB (Red+Green+Blue) = 3+82+94=179 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.68% from 179); Green value is 82 (32.42% from 255 or 45.81% from 179); Blue value is 94 (37.11% from 255 or 52.51% from 179); Max value from RGB is 94 - color contains mainly: blue. Hex color #03525E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03525E is #FCADA1. Grayscale: #3B3B3B. Windows color (decimal): -16559522 or 6181379. OLE color: 6181379.
HSL color Cylindrical-coordinate representation of color #03525E: hue angle of 187.91º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03525E is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 3 | 82 | 94 | - |
| CMYK | 0.97 | 0.13 | 0 | 0.63 |
| HSL | 187.91º | 0.94% | 0.19% | - |
| HSV(B) | 187.91º | 0.97% | 0.37% | - |
| XYZ | 5.08 | 6.86 | 11.65 | - |
| YUV | 59.75 | 147.33 | 87.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 82 | 94 | 0.97 | 0.13 | 0 | 0.63 | 187.91 | 0.94 | 0.19 |
| Hex | 3 | 52 | 5E | 61 | D | 0 | 3F | BC | 5E | 13 |
| Octal | 3 | 122 | 136 | 141 | 15 | 0 | 77 | 274 | 136 | 23 |
| Binary | 11 | 1010010 | 1011110 | 1100001 | 1101 | 0 | 111111 | 10111100 | 1011110 | 10011 |
Color Harmonies of #03525E
Complementary color
Monochromatic Colors of #03525E
Black with #03525E
Text Example
Text Example
White with #03525E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03525E; }
p { color: rgb(3,82,94); }
H1.HeaderClassName
{
color: #03525E;
}
.AnyTagClassName
{
color: #03525E;
}
</style>
background-color css
<style>
a { background-color: #03525E; }
a { background-color: rgb(3,82,94); }
div.DivClassName
{
background-color: #03525E;
}
.BgClassName
{
background-color: #03525E;
}
</style>
border-color css
<style>
span { border-color: #03525E; }
span { border-color: rgb(3,82,94); }
td.TdClassName
{
border-color: #03525E;
}
.TagClassName
{
border-color: #03525E;
}
</style>