#04364D

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

Shades of Sherpa Blue #04364D

Tints of Sherpa Blue #04364D

Color information

#04364D (or 0x04364D) is unknown color: approx Sherpa Blue. HEX triplet: 04, 36 and 4D. RGB value is (4,54,77). Sum of RGB (Red+Green+Blue) = 4+54+77=135 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.96% from 135); Green value is 54 (21.48% from 255 or 40% from 135); Blue value is 77 (30.47% from 255 or 57.04% from 135); Max value from RGB is 77 - color contains mainly: blue. Hex color #04364D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04364D is #FBC9B2. Grayscale: #292929. Windows color (decimal): -16501171 or 5060100. OLE color: 5060100.

HSL color Cylindrical-coordinate representation of color #04364D: hue angle of 198.9º 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 #04364D is Cyan = 0.95, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB45477-
CMYK0.950.3000.70
HSL198.9º90.12%15.88%-
HSV(B)198.9º94.81%30.2%-
XYZ2.713.27.5-
YUV41.67147.94101.13-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.96%
GREEN value IS 54 (21.48% from 255) = 40%
BLUE value IS 77 (30.47% from 255) = 57.04%
R=2.96%
G=40%
B=57.04%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal454770.950.3000.70198.990.1215.88
Hex4364D5F1E046c75a10
Octal46611513736010630713220
Binary10011011010011011011111111100100011011000111101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04364D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04364D; }

 p { color: rgb(4,54,77); }

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

<style>
 a { background-color: #04364D; }

 a { background-color: rgb(4,54,77); }

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

<style>
 span { border-color: #04364D; }

 span { border-color: rgb(4,54,77); }

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