Shades of Sherpa Blue #04384C
Tints of Sherpa Blue #04384C
RGB
CMYK
RGB Variations
Color information
#04384C (or 0x04384C) is known color: Sherpa Blue. HEX triplet: 04, 38 and 4C. RGB value is (4,56,76). Sum of RGB (Red+Green+Blue) = 4+56+76=136 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.94% from 136); Green value is 56 (22.27% from 255 or 41.18% from 136); Blue value is 76 (30.08% from 255 or 55.88% from 136); Max value from RGB is 76 - color contains mainly: blue. Hex color #04384C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04384C is #FBC7B3. Grayscale: #2A2A2A. Windows color (decimal): -16500660 or 4995076. OLE color: 4995076.
HSL color Cylindrical-coordinate representation of color #04384C: hue angle of 196.67º 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 #04384C is Cyan = 0.95, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 4 | 56 | 76 | - |
| CMYK | 0.95 | 0.26 | 0 | 0.70 |
| HSL | 196.67º | 0.9% | 0.16% | - |
| HSV(B) | 196.67º | 0.95% | 0.3% | - |
| XYZ | 2.77 | 3.38 | 7.34 | - |
| YUV | 42.73 | 146.77 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 56 | 76 | 0.95 | 0.26 | 0 | 0.70 | 196.67 | 0.9 | 0.16 |
| Hex | 4 | 38 | 4C | 5F | 1A | 0 | 46 | C5 | 5A | 10 |
| Octal | 4 | 70 | 114 | 137 | 32 | 0 | 106 | 305 | 132 | 20 |
| Binary | 100 | 111000 | 1001100 | 1011111 | 11010 | 0 | 1000110 | 11000101 | 1011010 | 10000 |
Color Harmonies of #04384C
Complementary color
Monochromatic Colors of #04384C
Black with #04384C
Text Example
Text Example
White with #04384C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04384C; }
p { color: rgb(4,56,76); }
H1.HeaderClassName
{
color: #04384C;
}
.AnyTagClassName
{
color: #04384C;
}
</style>
background-color css
<style>
a { background-color: #04384C; }
a { background-color: rgb(4,56,76); }
div.DivClassName
{
background-color: #04384C;
}
.BgClassName
{
background-color: #04384C;
}
</style>
border-color css
<style>
span { border-color: #04384C; }
span { border-color: rgb(4,56,76); }
td.TdClassName
{
border-color: #04384C;
}
.TagClassName
{
border-color: #04384C;
}
</style>