Shades of Sherpa Blue #03394E
Tints of Sherpa Blue #03394E
RGB
CMYK
RGB Variations
Color information
#03394E (or 0x03394E) is known color: Sherpa Blue. HEX triplet: 03, 39 and 4E. RGB value is (3,57,78). Sum of RGB (Red+Green+Blue) = 3+57+78=138 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.17% from 138); Green value is 57 (22.66% from 255 or 41.30% from 138); Blue value is 78 (30.86% from 255 or 56.52% from 138); Max value from RGB is 78 - color contains mainly: blue. Hex color #03394E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03394E is #FCC6B1. Grayscale: #2B2B2B. Windows color (decimal): -16565938 or 5126403. OLE color: 5126403.
HSL color Cylindrical-coordinate representation of color #03394E: hue angle of 196.8º 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 #03394E is Cyan = 0.96, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 57 | 78 | - |
| CMYK | 0.96 | 0.27 | 0 | 0.69 |
| HSL | 196.8º | 0.93% | 0.16% | - |
| HSV(B) | 196.8º | 0.96% | 0.31% | - |
| XYZ | 2.88 | 3.5 | 7.73 | - |
| YUV | 43.25 | 147.61 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 57 | 78 | 0.96 | 0.27 | 0 | 0.69 | 196.8 | 0.93 | 0.16 |
| Hex | 3 | 39 | 4E | 60 | 1B | 0 | 45 | C5 | 5D | 10 |
| Octal | 3 | 71 | 116 | 140 | 33 | 0 | 105 | 305 | 135 | 20 |
| Binary | 11 | 111001 | 1001110 | 1100000 | 11011 | 0 | 1000101 | 11000101 | 1011101 | 10000 |
Color Harmonies of #03394E
Complementary color
Monochromatic Colors of #03394E
Black with #03394E
Text Example
Text Example
White with #03394E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03394E; }
p { color: rgb(3,57,78); }
H1.HeaderClassName
{
color: #03394E;
}
.AnyTagClassName
{
color: #03394E;
}
</style>
background-color css
<style>
a { background-color: #03394E; }
a { background-color: rgb(3,57,78); }
div.DivClassName
{
background-color: #03394E;
}
.BgClassName
{
background-color: #03394E;
}
</style>
border-color css
<style>
span { border-color: #03394E; }
span { border-color: rgb(3,57,78); }
td.TdClassName
{
border-color: #03394E;
}
.TagClassName
{
border-color: #03394E;
}
</style>