Shades of Sherpa Blue #04384D
Tints of Sherpa Blue #04384D
RGB
CMYK
RGB Variations
Color information
#04384D (or 0x04384D) is known color: Sherpa Blue. HEX triplet: 04, 38 and 4D. RGB value is (4,56,77). Sum of RGB (Red+Green+Blue) = 4+56+77=137 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.92% from 137); Green value is 56 (22.27% from 255 or 40.88% from 137); Blue value is 77 (30.47% from 255 or 56.20% from 137); Max value from RGB is 77 - color contains mainly: blue. Hex color #04384D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04384D is #FBC7B2. Grayscale: #2A2A2A. Windows color (decimal): -16500659 or 5060612. OLE color: 5060612.
HSL color Cylindrical-coordinate representation of color #04384D: hue angle of 197.26º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04384D is Cyan = 0.95, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 4 | 56 | 77 | - |
| CMYK | 0.95 | 0.27 | 0 | 0.70 |
| HSL | 197.26º | 0.9% | 0.16% | - |
| HSV(B) | 197.26º | 0.95% | 0.3% | - |
| XYZ | 2.8 | 3.39 | 7.53 | - |
| YUV | 42.85 | 147.27 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 56 | 77 | 0.95 | 0.27 | 0 | 0.70 | 197.26 | 0.9 | 0.16 |
| Hex | 4 | 38 | 4D | 5F | 1B | 0 | 46 | C5 | 5A | 10 |
| Octal | 4 | 70 | 115 | 137 | 33 | 0 | 106 | 305 | 132 | 20 |
| Binary | 100 | 111000 | 1001101 | 1011111 | 11011 | 0 | 1000110 | 11000101 | 1011010 | 10000 |
Color Harmonies of #04384D
Complementary color
Monochromatic Colors of #04384D
Black with #04384D
Text Example
Text Example
White with #04384D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04384D; }
p { color: rgb(4,56,77); }
H1.HeaderClassName
{
color: #04384D;
}
.AnyTagClassName
{
color: #04384D;
}
</style>
background-color css
<style>
a { background-color: #04384D; }
a { background-color: rgb(4,56,77); }
div.DivClassName
{
background-color: #04384D;
}
.BgClassName
{
background-color: #04384D;
}
</style>
border-color css
<style>
span { border-color: #04384D; }
span { border-color: rgb(4,56,77); }
td.TdClassName
{
border-color: #04384D;
}
.TagClassName
{
border-color: #04384D;
}
</style>