Shades of Sherpa Blue #003E45
Tints of Sherpa Blue #003E45
RGB
CMYK
RGB Variations
Color information
#003E45 (or 0x003E45) is known color: Sherpa Blue. HEX triplet: 00, 3E and 45. RGB value is (0,62,69). Sum of RGB (Red+Green+Blue) = 0+62+69=131 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 131); Green value is 62 (24.61% from 255 or 47.33% from 131); Blue value is 69 (27.34% from 255 or 52.67% from 131); Max value from RGB is 69 - color contains mainly: blue. Hex color #003E45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003E45 is #FFC1BA. Grayscale: #2C2C2C. Windows color (decimal): -16761275 or 4537856. OLE color: 4537856.
HSL color Cylindrical-coordinate representation of color #003E45: hue angle of 186.09º 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 #003E45 is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 62 | 69 | - |
| CMYK | 1 | 0.10 | 0 | 0.73 |
| HSL | 186.09º | 1% | 0.14% | - |
| HSV(B) | 186.09º | 1% | 0.27% | - |
| XYZ | 2.8 | 3.87 | 6.23 | - |
| YUV | 44.26 | 141.96 | 96.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 62 | 69 | 1 | 0.10 | 0 | 0.73 | 186.09 | 1 | 0.14 |
| Hex | 0 | 3E | 45 | 64 | A | 0 | 49 | BA | 64 | E |
| Octal | 0 | 76 | 105 | 144 | 12 | 0 | 111 | 272 | 144 | 16 |
| Binary | 0 | 111110 | 1000101 | 1100100 | 1010 | 0 | 1001001 | 10111010 | 1100100 | 1110 |
Color Harmonies of #003E45
Complementary color
Monochromatic Colors of #003E45
Black with #003E45
Text Example
Text Example
White with #003E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003E45; }
p { color: rgb(0,62,69); }
H1.HeaderClassName
{
color: #003E45;
}
.AnyTagClassName
{
color: #003E45;
}
</style>
background-color css
<style>
a { background-color: #003E45; }
a { background-color: rgb(0,62,69); }
div.DivClassName
{
background-color: #003E45;
}
.BgClassName
{
background-color: #003E45;
}
</style>
border-color css
<style>
span { border-color: #003E45; }
span { border-color: rgb(0,62,69); }
td.TdClassName
{
border-color: #003E45;
}
.TagClassName
{
border-color: #003E45;
}
</style>