Shades of Sherpa Blue #003540
Tints of Sherpa Blue #003540
RGB
CMYK
RGB Variations
Color information
#003540 (or 0x003540) is known color: Sherpa Blue. HEX triplet: 00, 35 and 40. RGB value is (0,53,64). Sum of RGB (Red+Green+Blue) = 0+53+64=117 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 117); Green value is 53 (21.09% from 255 or 45.30% from 117); Blue value is 64 (25.39% from 255 or 54.70% from 117); Max value from RGB is 64 - color contains mainly: blue. Hex color #003540 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003540 is #FFCABF. Grayscale: #262626. Windows color (decimal): -16763584 or 4207872. OLE color: 4207872.
HSL color Cylindrical-coordinate representation of color #003540: hue angle of 190.31º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003540 is Cyan = 1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 0 | 53 | 64 | - |
| CMYK | 1 | 0.17 | 0 | 0.75 |
| HSL | 190.31º | 1% | 0.13% | - |
| HSV(B) | 190.31º | 1% | 0.25% | - |
| XYZ | 2.2 | 2.92 | 5.3 | - |
| YUV | 38.41 | 142.44 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 53 | 64 | 1 | 0.17 | 0 | 0.75 | 190.31 | 1 | 0.13 |
| Hex | 0 | 35 | 40 | 64 | 11 | 0 | 4B | BE | 64 | D |
| Octal | 0 | 65 | 100 | 144 | 21 | 0 | 113 | 276 | 144 | 15 |
| Binary | 0 | 110101 | 1000000 | 1100100 | 10001 | 0 | 1001011 | 10111110 | 1100100 | 1101 |
Color Harmonies of #003540
Complementary color
Monochromatic Colors of #003540
Black with #003540
Text Example
Text Example
White with #003540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003540; }
p { color: rgb(0,53,64); }
H1.HeaderClassName
{
color: #003540;
}
.AnyTagClassName
{
color: #003540;
}
</style>
background-color css
<style>
a { background-color: #003540; }
a { background-color: rgb(0,53,64); }
div.DivClassName
{
background-color: #003540;
}
.BgClassName
{
background-color: #003540;
}
</style>
border-color css
<style>
span { border-color: #003540; }
span { border-color: rgb(0,53,64); }
td.TdClassName
{
border-color: #003540;
}
.TagClassName
{
border-color: #003540;
}
</style>