Shades of Sherpa Blue #003640
Tints of Sherpa Blue #003640
RGB
CMYK
RGB Variations
Color information
#003640 (or 0x003640) is known color: Sherpa Blue. HEX triplet: 00, 36 and 40. RGB value is (0,54,64). Sum of RGB (Red+Green+Blue) = 0+54+64=118 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 118); Green value is 54 (21.48% from 255 or 45.76% from 118); Blue value is 64 (25.39% from 255 or 54.24% from 118); Max value from RGB is 64 - color contains mainly: blue. Hex color #003640 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003640 is #FFC9BF. Grayscale: #262626. Windows color (decimal): -16763328 or 4208128. OLE color: 4208128.
HSL color Cylindrical-coordinate representation of color #003640: hue angle of 189.38º 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 #003640 is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 0 | 54 | 64 | - |
| CMYK | 1 | 0.16 | 0 | 0.75 |
| HSL | 189.38º | 1% | 0.13% | - |
| HSV(B) | 189.38º | 1% | 0.25% | - |
| XYZ | 2.24 | 3.01 | 5.31 | - |
| YUV | 38.99 | 142.11 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 54 | 64 | 1 | 0.16 | 0 | 0.75 | 189.38 | 1 | 0.13 |
| Hex | 0 | 36 | 40 | 64 | 10 | 0 | 4B | BD | 64 | D |
| Octal | 0 | 66 | 100 | 144 | 20 | 0 | 113 | 275 | 144 | 15 |
| Binary | 0 | 110110 | 1000000 | 1100100 | 10000 | 0 | 1001011 | 10111101 | 1100100 | 1101 |
Color Harmonies of #003640
Complementary color
Monochromatic Colors of #003640
Black with #003640
Text Example
Text Example
White with #003640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003640; }
p { color: rgb(0,54,64); }
H1.HeaderClassName
{
color: #003640;
}
.AnyTagClassName
{
color: #003640;
}
</style>
background-color css
<style>
a { background-color: #003640; }
a { background-color: rgb(0,54,64); }
div.DivClassName
{
background-color: #003640;
}
.BgClassName
{
background-color: #003640;
}
</style>
border-color css
<style>
span { border-color: #003640; }
span { border-color: rgb(0,54,64); }
td.TdClassName
{
border-color: #003640;
}
.TagClassName
{
border-color: #003640;
}
</style>