Shades of Sherpa Blue #03384E
Tints of Sherpa Blue #03384E
RGB
CMYK
RGB Variations
Color information
#03384E (or 0x03384E) is known color: Sherpa Blue. HEX triplet: 03, 38 and 4E. RGB value is (3,56,78). Sum of RGB (Red+Green+Blue) = 3+56+78=137 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.19% from 137); Green value is 56 (22.27% from 255 or 40.88% 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 #03384E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03384E is #FCC7B1. Grayscale: #2A2A2A. Windows color (decimal): -16566194 or 5126147. OLE color: 5126147.
HSL color Cylindrical-coordinate representation of color #03384E: hue angle of 197.6º 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 #03384E is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 56 | 78 | - |
| CMYK | 0.96 | 0.28 | 0 | 0.69 |
| HSL | 197.6º | 0.93% | 0.16% | - |
| HSV(B) | 197.6º | 0.96% | 0.31% | - |
| XYZ | 2.83 | 3.4 | 7.71 | - |
| YUV | 42.66 | 147.94 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 56 | 78 | 0.96 | 0.28 | 0 | 0.69 | 197.6 | 0.93 | 0.16 |
| Hex | 3 | 38 | 4E | 60 | 1C | 0 | 45 | C6 | 5D | 10 |
| Octal | 3 | 70 | 116 | 140 | 34 | 0 | 105 | 306 | 135 | 20 |
| Binary | 11 | 111000 | 1001110 | 1100000 | 11100 | 0 | 1000101 | 11000110 | 1011101 | 10000 |
Color Harmonies of #03384E
Complementary color
Monochromatic Colors of #03384E
Black with #03384E
Text Example
Text Example
White with #03384E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03384E; }
p { color: rgb(3,56,78); }
H1.HeaderClassName
{
color: #03384E;
}
.AnyTagClassName
{
color: #03384E;
}
</style>
background-color css
<style>
a { background-color: #03384E; }
a { background-color: rgb(3,56,78); }
div.DivClassName
{
background-color: #03384E;
}
.BgClassName
{
background-color: #03384E;
}
</style>
border-color css
<style>
span { border-color: #03384E; }
span { border-color: rgb(3,56,78); }
td.TdClassName
{
border-color: #03384E;
}
.TagClassName
{
border-color: #03384E;
}
</style>