Shades of Sherpa Blue #003240
Tints of Sherpa Blue #003240
RGB
CMYK
RGB Variations
Color information
#003240 (or 0x003240) is known color: Sherpa Blue. HEX triplet: 00, 32 and 40. RGB value is (0,50,64). Sum of RGB (Red+Green+Blue) = 0+50+64=114 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 114); Green value is 50 (19.92% from 255 or 43.86% from 114); Blue value is 64 (25.39% from 255 or 56.14% from 114); Max value from RGB is 64 - color contains mainly: blue. Hex color #003240 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003240 is #FFCDBF. Grayscale: #242424. Windows color (decimal): -16764352 or 4207104. OLE color: 4207104.
HSL color Cylindrical-coordinate representation of color #003240: hue angle of 193.12º 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 #003240 is Cyan = 1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 0 | 50 | 64 | - |
| CMYK | 1 | 0.22 | 0 | 0.75 |
| HSL | 193.13º | 1% | 0.13% | - |
| HSV(B) | 193.13º | 1% | 0.25% | - |
| XYZ | 2.07 | 2.65 | 5.25 | - |
| YUV | 36.65 | 143.44 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 50 | 64 | 1 | 0.22 | 0 | 0.75 | 193.13 | 1 | 0.13 |
| Hex | 0 | 32 | 40 | 64 | 16 | 0 | 4B | C1 | 64 | D |
| Octal | 0 | 62 | 100 | 144 | 26 | 0 | 113 | 301 | 144 | 15 |
| Binary | 0 | 110010 | 1000000 | 1100100 | 10110 | 0 | 1001011 | 11000001 | 1100100 | 1101 |
Color Harmonies of #003240
Complementary color
Monochromatic Colors of #003240
Black with #003240
Text Example
Text Example
White with #003240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003240; }
p { color: rgb(0,50,64); }
H1.HeaderClassName
{
color: #003240;
}
.AnyTagClassName
{
color: #003240;
}
</style>
background-color css
<style>
a { background-color: #003240; }
a { background-color: rgb(0,50,64); }
div.DivClassName
{
background-color: #003240;
}
.BgClassName
{
background-color: #003240;
}
</style>
border-color css
<style>
span { border-color: #003240; }
span { border-color: rgb(0,50,64); }
td.TdClassName
{
border-color: #003240;
}
.TagClassName
{
border-color: #003240;
}
</style>