Shades of Sherpa Blue #03374E
Tints of Sherpa Blue #03374E
RGB
CMYK
RGB Variations
Color information
#03374E (or 0x03374E) is known color: Sherpa Blue. HEX triplet: 03, 37 and 4E. RGB value is (3,55,78). Sum of RGB (Red+Green+Blue) = 3+55+78=136 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.21% from 136); Green value is 55 (21.88% from 255 or 40.44% from 136); Blue value is 78 (30.86% from 255 or 57.35% from 136); Max value from RGB is 78 - color contains mainly: blue. Hex color #03374E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03374E is #FCC8B1. Grayscale: #292929. Windows color (decimal): -16566450 or 5125891. OLE color: 5125891.
HSL color Cylindrical-coordinate representation of color #03374E: hue angle of 198.4º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03374E is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 55 | 78 | - |
| CMYK | 0.96 | 0.29 | 0 | 0.69 |
| HSL | 198.4º | 0.93% | 0.16% | - |
| HSV(B) | 198.4º | 0.96% | 0.31% | - |
| XYZ | 2.78 | 3.3 | 7.7 | - |
| YUV | 42.07 | 148.27 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 55 | 78 | 0.96 | 0.29 | 0 | 0.69 | 198.4 | 0.93 | 0.16 |
| Hex | 3 | 37 | 4E | 60 | 1D | 0 | 45 | C6 | 5D | 10 |
| Octal | 3 | 67 | 116 | 140 | 35 | 0 | 105 | 306 | 135 | 20 |
| Binary | 11 | 110111 | 1001110 | 1100000 | 11101 | 0 | 1000101 | 11000110 | 1011101 | 10000 |
Color Harmonies of #03374E
Complementary color
Monochromatic Colors of #03374E
Black with #03374E
Text Example
Text Example
White with #03374E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03374E; }
p { color: rgb(3,55,78); }
H1.HeaderClassName
{
color: #03374E;
}
.AnyTagClassName
{
color: #03374E;
}
</style>
background-color css
<style>
a { background-color: #03374E; }
a { background-color: rgb(3,55,78); }
div.DivClassName
{
background-color: #03374E;
}
.BgClassName
{
background-color: #03374E;
}
</style>
border-color css
<style>
span { border-color: #03374E; }
span { border-color: rgb(3,55,78); }
td.TdClassName
{
border-color: #03374E;
}
.TagClassName
{
border-color: #03374E;
}
</style>