#04384B

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

Shades of Sherpa Blue #04384B

Tints of Sherpa Blue #04384B

Color information

#04384B (or 0x04384B) is unknown color: approx Sherpa Blue. HEX triplet: 04, 38 and 4B. RGB value is (4,56,75). Sum of RGB (Red+Green+Blue) = 4+56+75=135 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.96% from 135); Green value is 56 (22.27% from 255 or 41.48% from 135); Blue value is 75 (29.69% from 255 or 55.56% from 135); Max value from RGB is 75 - color contains mainly: blue. Hex color #04384B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04384B is #FBC7B4. Grayscale: #2A2A2A. Windows color (decimal): -16500661 or 4929540. OLE color: 4929540.

HSL color Cylindrical-coordinate representation of color #04384B: hue angle of 196.06º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04384B is Cyan = 0.95, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB45675-
CMYK0.950.2500.71
HSL196.06º89.87%15.49%-
HSV(B)196.06º94.67%29.41%-
XYZ2.733.367.16-
YUV42.62146.27100.46-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.96%
GREEN value IS 56 (22.27% from 255) = 41.48%
BLUE value IS 75 (29.69% from 255) = 55.56%
R=2.96%
G=41.48%
B=55.56%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal456750.950.2500.71196.0689.8715.49
Hex4384B5F19047c45af
Octal47011313731010730413217
Binary1001110001001011101111111001010001111100010010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04384B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04384B; }

 p { color: rgb(4,56,75); }

 H1.HeaderClassName
 {
   color: #04384B;
 }
 .AnyTagClassName
 {
   color: #04384B;
 }
</style>
background-color css

<style>
 a { background-color: #04384B; }

 a { background-color: rgb(4,56,75); }

 div.DivClassName
 {
   background-color: #04384B;
 }
 .BgClassName
 {
   background-color: #04384B;
 }
</style>
border-color css

<style>
 span { border-color: #04384B; }

 span { border-color: rgb(4,56,75); }

 td.TdClassName
 {
   border-color: #04384B;
 }
 .TagClassName
 {
   border-color: #04384B;
 }
</style>