Shades of Sherpa Blue #003B4E
Tints of Sherpa Blue #003B4E
RGB
CMYK
RGB Variations
Color information
#003B4E (or 0x003B4E) is known color: Sherpa Blue. HEX triplet: 00, 3B and 4E. RGB value is (0,59,78). Sum of RGB (Red+Green+Blue) = 0+59+78=137 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 137); Green value is 59 (23.44% from 255 or 43.07% from 137); Blue value is 78 (30.86% from 255 or 56.93% from 137); Max value from RGB is 78 - color contains mainly: blue. Hex color #003B4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003B4E is #FFC4B1. Grayscale: #2B2B2B. Windows color (decimal): -16762034 or 5126912. OLE color: 5126912.
HSL color Cylindrical-coordinate representation of color #003B4E: hue angle of 194.62º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003B4E is Cyan = 1, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 0 | 59 | 78 | - |
| CMYK | 1 | 0.24 | 0 | 0.69 |
| HSL | 194.62º | 1% | 0.15% | - |
| HSV(B) | 194.62º | 1% | 0.31% | - |
| XYZ | 2.94 | 3.68 | 7.76 | - |
| YUV | 43.53 | 147.45 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 59 | 78 | 1 | 0.24 | 0 | 0.69 | 194.62 | 1 | 0.15 |
| Hex | 0 | 3B | 4E | 64 | 18 | 0 | 45 | C3 | 64 | F |
| Octal | 0 | 73 | 116 | 144 | 30 | 0 | 105 | 303 | 144 | 17 |
| Binary | 0 | 111011 | 1001110 | 1100100 | 11000 | 0 | 1000101 | 11000011 | 1100100 | 1111 |
Color Harmonies of #003B4E
Complementary color
Monochromatic Colors of #003B4E
Black with #003B4E
Text Example
Text Example
White with #003B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003B4E; }
p { color: rgb(0,59,78); }
H1.HeaderClassName
{
color: #003B4E;
}
.AnyTagClassName
{
color: #003B4E;
}
</style>
background-color css
<style>
a { background-color: #003B4E; }
a { background-color: rgb(0,59,78); }
div.DivClassName
{
background-color: #003B4E;
}
.BgClassName
{
background-color: #003B4E;
}
</style>
border-color css
<style>
span { border-color: #003B4E; }
span { border-color: rgb(0,59,78); }
td.TdClassName
{
border-color: #003B4E;
}
.TagClassName
{
border-color: #003B4E;
}
</style>