Shades of Sherpa Blue #003546
Tints of Sherpa Blue #003546
RGB
CMYK
RGB Variations
Color information
#003546 (or 0x003546) is known color: Sherpa Blue. HEX triplet: 00, 35 and 46. RGB value is (0,53,70). Sum of RGB (Red+Green+Blue) = 0+53+70=123 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 123); Green value is 53 (21.09% from 255 or 43.09% from 123); Blue value is 70 (27.73% from 255 or 56.91% from 123); Max value from RGB is 70 - color contains mainly: blue. Hex color #003546 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003546 is #FFCAB9. Grayscale: #262626. Windows color (decimal): -16763578 or 4601088. OLE color: 4601088.
HSL color Cylindrical-coordinate representation of color #003546: hue angle of 194.57º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003546 is Cyan = 1, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 53 | 70 | - |
| CMYK | 1 | 0.24 | 0 | 0.73 |
| HSL | 194.57º | 1% | 0.14% | - |
| HSV(B) | 194.57º | 1% | 0.27% | - |
| XYZ | 2.38 | 2.99 | 6.25 | - |
| YUV | 39.09 | 145.44 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 53 | 70 | 1 | 0.24 | 0 | 0.73 | 194.57 | 1 | 0.14 |
| Hex | 0 | 35 | 46 | 64 | 18 | 0 | 49 | C3 | 64 | E |
| Octal | 0 | 65 | 106 | 144 | 30 | 0 | 111 | 303 | 144 | 16 |
| Binary | 0 | 110101 | 1000110 | 1100100 | 11000 | 0 | 1001001 | 11000011 | 1100100 | 1110 |
Color Harmonies of #003546
Complementary color
Monochromatic Colors of #003546
Black with #003546
Text Example
Text Example
White with #003546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003546; }
p { color: rgb(0,53,70); }
H1.HeaderClassName
{
color: #003546;
}
.AnyTagClassName
{
color: #003546;
}
</style>
background-color css
<style>
a { background-color: #003546; }
a { background-color: rgb(0,53,70); }
div.DivClassName
{
background-color: #003546;
}
.BgClassName
{
background-color: #003546;
}
</style>
border-color css
<style>
span { border-color: #003546; }
span { border-color: rgb(0,53,70); }
td.TdClassName
{
border-color: #003546;
}
.TagClassName
{
border-color: #003546;
}
</style>