Shades of Sherpa Blue #03525A
Tints of Sherpa Blue #03525A
RGB
CMYK
RGB Variations
Color information
#03525A (or 0x03525A) is known color: Sherpa Blue. HEX triplet: 03, 52 and 5A. RGB value is (3,82,90). Sum of RGB (Red+Green+Blue) = 3+82+90=175 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.71% from 175); Green value is 82 (32.42% from 255 or 46.86% from 175); Blue value is 90 (35.55% from 255 or 51.43% from 175); Max value from RGB is 90 - color contains mainly: blue. Hex color #03525A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03525A is #FCADA5. Grayscale: #3B3B3B. Windows color (decimal): -16559526 or 5919235. OLE color: 5919235.
HSL color Cylindrical-coordinate representation of color #03525A: hue angle of 185.52º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03525A is Cyan = 0.97, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 3 | 82 | 90 | - |
| CMYK | 0.97 | 0.09 | 0 | 0.65 |
| HSL | 185.52º | 0.94% | 0.18% | - |
| HSV(B) | 185.52º | 0.97% | 0.35% | - |
| XYZ | 4.9 | 6.79 | 10.73 | - |
| YUV | 59.29 | 145.33 | 87.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 82 | 90 | 0.97 | 0.09 | 0 | 0.65 | 185.52 | 0.94 | 0.18 |
| Hex | 3 | 52 | 5A | 61 | 9 | 0 | 41 | BA | 5E | 12 |
| Octal | 3 | 122 | 132 | 141 | 11 | 0 | 101 | 272 | 136 | 22 |
| Binary | 11 | 1010010 | 1011010 | 1100001 | 1001 | 0 | 1000001 | 10111010 | 1011110 | 10010 |
Color Harmonies of #03525A
Complementary color
Monochromatic Colors of #03525A
Black with #03525A
Text Example
Text Example
White with #03525A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03525A; }
p { color: rgb(3,82,90); }
H1.HeaderClassName
{
color: #03525A;
}
.AnyTagClassName
{
color: #03525A;
}
</style>
background-color css
<style>
a { background-color: #03525A; }
a { background-color: rgb(3,82,90); }
div.DivClassName
{
background-color: #03525A;
}
.BgClassName
{
background-color: #03525A;
}
</style>
border-color css
<style>
span { border-color: #03525A; }
span { border-color: rgb(3,82,90); }
td.TdClassName
{
border-color: #03525A;
}
.TagClassName
{
border-color: #03525A;
}
</style>