#04384D

Color #04384D Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #04384D

Tints of Sherpa Blue #04384D

Color information

#04384D (or 0x04384D) is unknown color: approx 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

RGB45677-
CMYK0.950.2700.70
HSL197.26º90.12%15.88%-
HSV(B)197.26º94.81%30.2%-
XYZ2.83.397.53-
YUV42.85147.27100.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 2.92%
GREEN value IS 56 (22.27% from 255) = 40.88%
BLUE value IS 77 (30.47% from 255) = 56.20%
R=2.92%
G=40.88%
B=56.20%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal456770.950.2700.70197.2690.1215.88
Hex4384D5F1B046c55a10
Octal47011513733010630513220
Binary10011100010011011011111110110100011011000101101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04384D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>