Shades of Sherpa Blue #003545
Tints of Sherpa Blue #003545
RGB
CMYK
RGB Variations
Color information
#003545 (or 0x003545) is known color: Sherpa Blue. HEX triplet: 00, 35 and 45. RGB value is (0,53,69). Sum of RGB (Red+Green+Blue) = 0+53+69=122 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 122); Green value is 53 (21.09% from 255 or 43.44% from 122); Blue value is 69 (27.34% from 255 or 56.56% from 122); Max value from RGB is 69 - color contains mainly: blue. Hex color #003545 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003545 is #FFCABA. Grayscale: #262626. Windows color (decimal): -16763579 or 4535552. OLE color: 4535552.
HSL color Cylindrical-coordinate representation of color #003545: hue angle of 193.91º 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 #003545 is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 53 | 69 | - |
| CMYK | 1 | 0.23 | 0 | 0.73 |
| HSL | 193.91º | 1% | 0.14% | - |
| HSV(B) | 193.91º | 1% | 0.27% | - |
| XYZ | 2.35 | 2.98 | 6.08 | - |
| YUV | 38.98 | 144.94 | 100.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 53 | 69 | 1 | 0.23 | 0 | 0.73 | 193.91 | 1 | 0.14 |
| Hex | 0 | 35 | 45 | 64 | 17 | 0 | 49 | C2 | 64 | E |
| Octal | 0 | 65 | 105 | 144 | 27 | 0 | 111 | 302 | 144 | 16 |
| Binary | 0 | 110101 | 1000101 | 1100100 | 10111 | 0 | 1001001 | 11000010 | 1100100 | 1110 |
Color Harmonies of #003545
Complementary color
Monochromatic Colors of #003545
Black with #003545
Text Example
Text Example
White with #003545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003545; }
p { color: rgb(0,53,69); }
H1.HeaderClassName
{
color: #003545;
}
.AnyTagClassName
{
color: #003545;
}
</style>
background-color css
<style>
a { background-color: #003545; }
a { background-color: rgb(0,53,69); }
div.DivClassName
{
background-color: #003545;
}
.BgClassName
{
background-color: #003545;
}
</style>
border-color css
<style>
span { border-color: #003545; }
span { border-color: rgb(0,53,69); }
td.TdClassName
{
border-color: #003545;
}
.TagClassName
{
border-color: #003545;
}
</style>