Shades of Sherpa Blue #003A4A
Tints of Sherpa Blue #003A4A
RGB
CMYK
RGB Variations
Color information
#003A4A (or 0x003A4A) is known color: Sherpa Blue. HEX triplet: 00, 3A and 4A. RGB value is (0,58,74). Sum of RGB (Red+Green+Blue) = 0+58+74=132 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 132); Green value is 58 (23.05% from 255 or 43.94% from 132); Blue value is 74 (29.30% from 255 or 56.06% from 132); Max value from RGB is 74 - color contains mainly: blue. Hex color #003A4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003A4A is #FFC5B5. Grayscale: #2A2A2A. Windows color (decimal): -16762294 or 4864512. OLE color: 4864512.
HSL color Cylindrical-coordinate representation of color #003A4A: hue angle of 192.97º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003A4A is Cyan = 1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 0 | 58 | 74 | - |
| CMYK | 1 | 0.22 | 0 | 0.71 |
| HSL | 192.97º | 1% | 0.15% | - |
| HSV(B) | 192.97º | 1% | 0.29% | - |
| XYZ | 2.75 | 3.52 | 7.01 | - |
| YUV | 42.48 | 145.78 | 97.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 58 | 74 | 1 | 0.22 | 0 | 0.71 | 192.97 | 1 | 0.15 |
| Hex | 0 | 3A | 4A | 64 | 16 | 0 | 47 | C1 | 64 | F |
| Octal | 0 | 72 | 112 | 144 | 26 | 0 | 107 | 301 | 144 | 17 |
| Binary | 0 | 111010 | 1001010 | 1100100 | 10110 | 0 | 1000111 | 11000001 | 1100100 | 1111 |
Color Harmonies of #003A4A
Complementary color
Monochromatic Colors of #003A4A
Black with #003A4A
Text Example
Text Example
White with #003A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003A4A; }
p { color: rgb(0,58,74); }
H1.HeaderClassName
{
color: #003A4A;
}
.AnyTagClassName
{
color: #003A4A;
}
</style>
background-color css
<style>
a { background-color: #003A4A; }
a { background-color: rgb(0,58,74); }
div.DivClassName
{
background-color: #003A4A;
}
.BgClassName
{
background-color: #003A4A;
}
</style>
border-color css
<style>
span { border-color: #003A4A; }
span { border-color: rgb(0,58,74); }
td.TdClassName
{
border-color: #003A4A;
}
.TagClassName
{
border-color: #003A4A;
}
</style>