Shades of Sherpa Blue #003B4D
Tints of Sherpa Blue #003B4D
RGB
CMYK
RGB Variations
Color information
#003B4D (or 0x003B4D) is known color: Sherpa Blue. HEX triplet: 00, 3B and 4D. RGB value is (0,59,77). Sum of RGB (Red+Green+Blue) = 0+59+77=136 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 136); Green value is 59 (23.44% from 255 or 43.38% from 136); Blue value is 77 (30.47% from 255 or 56.62% from 136); Max value from RGB is 77 - color contains mainly: blue. Hex color #003B4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003B4D is #FFC4B2. Grayscale: #2B2B2B. Windows color (decimal): -16762035 or 5061376. OLE color: 5061376.
HSL color Cylindrical-coordinate representation of color #003B4D: hue angle of 194.03º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003B4D is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 0 | 59 | 77 | - |
| CMYK | 1 | 0.23 | 0 | 0.70 |
| HSL | 194.03º | 1% | 0.15% | - |
| HSV(B) | 194.03º | 1% | 0.3% | - |
| XYZ | 2.9 | 3.66 | 7.58 | - |
| YUV | 43.41 | 146.95 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 59 | 77 | 1 | 0.23 | 0 | 0.70 | 194.03 | 1 | 0.15 |
| Hex | 0 | 3B | 4D | 64 | 17 | 0 | 46 | C2 | 64 | F |
| Octal | 0 | 73 | 115 | 144 | 27 | 0 | 106 | 302 | 144 | 17 |
| Binary | 0 | 111011 | 1001101 | 1100100 | 10111 | 0 | 1000110 | 11000010 | 1100100 | 1111 |
Color Harmonies of #003B4D
Complementary color
Monochromatic Colors of #003B4D
Black with #003B4D
Text Example
Text Example
White with #003B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003B4D; }
p { color: rgb(0,59,77); }
H1.HeaderClassName
{
color: #003B4D;
}
.AnyTagClassName
{
color: #003B4D;
}
</style>
background-color css
<style>
a { background-color: #003B4D; }
a { background-color: rgb(0,59,77); }
div.DivClassName
{
background-color: #003B4D;
}
.BgClassName
{
background-color: #003B4D;
}
</style>
border-color css
<style>
span { border-color: #003B4D; }
span { border-color: rgb(0,59,77); }
td.TdClassName
{
border-color: #003B4D;
}
.TagClassName
{
border-color: #003B4D;
}
</style>