Shades of Sherpa Blue #03525C
Tints of Sherpa Blue #03525C
RGB
CMYK
RGB Variations
Color information
#03525C (or 0x03525C) is known color: Sherpa Blue. HEX triplet: 03, 52 and 5C. RGB value is (3,82,92). Sum of RGB (Red+Green+Blue) = 3+82+92=177 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 177); Green value is 82 (32.42% from 255 or 46.33% from 177); Blue value is 92 (36.33% from 255 or 51.98% from 177); Max value from RGB is 92 - color contains mainly: blue. Hex color #03525C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03525C is #FCADA3. Grayscale: #3B3B3B. Windows color (decimal): -16559524 or 6050307. OLE color: 6050307.
HSL color Cylindrical-coordinate representation of color #03525C: hue angle of 186.74º 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 #03525C is Cyan = 0.97, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 82 | 92 | - |
| CMYK | 0.97 | 0.11 | 0 | 0.64 |
| HSL | 186.74º | 0.94% | 0.19% | - |
| HSV(B) | 186.74º | 0.97% | 0.36% | - |
| XYZ | 4.99 | 6.83 | 11.18 | - |
| YUV | 59.52 | 146.33 | 87.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 82 | 92 | 0.97 | 0.11 | 0 | 0.64 | 186.74 | 0.94 | 0.19 |
| Hex | 3 | 52 | 5C | 61 | B | 0 | 40 | BB | 5E | 13 |
| Octal | 3 | 122 | 134 | 141 | 13 | 0 | 100 | 273 | 136 | 23 |
| Binary | 11 | 1010010 | 1011100 | 1100001 | 1011 | 0 | 1000000 | 10111011 | 1011110 | 10011 |
Color Harmonies of #03525C
Complementary color
Monochromatic Colors of #03525C
Black with #03525C
Text Example
Text Example
White with #03525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03525C; }
p { color: rgb(3,82,92); }
H1.HeaderClassName
{
color: #03525C;
}
.AnyTagClassName
{
color: #03525C;
}
</style>
background-color css
<style>
a { background-color: #03525C; }
a { background-color: rgb(3,82,92); }
div.DivClassName
{
background-color: #03525C;
}
.BgClassName
{
background-color: #03525C;
}
</style>
border-color css
<style>
span { border-color: #03525C; }
span { border-color: rgb(3,82,92); }
td.TdClassName
{
border-color: #03525C;
}
.TagClassName
{
border-color: #03525C;
}
</style>