Shades of Sherpa Blue #003A45
Tints of Sherpa Blue #003A45
RGB
CMYK
RGB Variations
Color information
#003A45 (or 0x003A45) is known color: Sherpa Blue. HEX triplet: 00, 3A and 45. RGB value is (0,58,69). Sum of RGB (Red+Green+Blue) = 0+58+69=127 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 127); Green value is 58 (23.05% from 255 or 45.67% from 127); Blue value is 69 (27.34% from 255 or 54.33% from 127); Max value from RGB is 69 - color contains mainly: blue. Hex color #003A45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003A45 is #FFC5BA. Grayscale: #292929. Windows color (decimal): -16762299 or 4536832. OLE color: 4536832.
HSL color Cylindrical-coordinate representation of color #003A45: hue angle of 189.57º 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 #003A45 is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 58 | 69 | - |
| CMYK | 1 | 0.16 | 0 | 0.73 |
| HSL | 189.57º | 1% | 0.14% | - |
| HSV(B) | 189.57º | 1% | 0.27% | - |
| XYZ | 2.59 | 3.46 | 6.16 | - |
| YUV | 41.91 | 143.28 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 58 | 69 | 1 | 0.16 | 0 | 0.73 | 189.57 | 1 | 0.14 |
| Hex | 0 | 3A | 45 | 64 | 10 | 0 | 49 | BE | 64 | E |
| Octal | 0 | 72 | 105 | 144 | 20 | 0 | 111 | 276 | 144 | 16 |
| Binary | 0 | 111010 | 1000101 | 1100100 | 10000 | 0 | 1001001 | 10111110 | 1100100 | 1110 |
Color Harmonies of #003A45
Complementary color
Monochromatic Colors of #003A45
Black with #003A45
Text Example
Text Example
White with #003A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003A45; }
p { color: rgb(0,58,69); }
H1.HeaderClassName
{
color: #003A45;
}
.AnyTagClassName
{
color: #003A45;
}
</style>
background-color css
<style>
a { background-color: #003A45; }
a { background-color: rgb(0,58,69); }
div.DivClassName
{
background-color: #003A45;
}
.BgClassName
{
background-color: #003A45;
}
</style>
border-color css
<style>
span { border-color: #003A45; }
span { border-color: rgb(0,58,69); }
td.TdClassName
{
border-color: #003A45;
}
.TagClassName
{
border-color: #003A45;
}
</style>