#04364B

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

Shades of Sherpa Blue #04364B

Tints of Sherpa Blue #04364B

Color information

#04364B (or 0x04364B) is unknown color: approx Sherpa Blue. HEX triplet: 04, 36 and 4B. RGB value is (4,54,75). Sum of RGB (Red+Green+Blue) = 4+54+75=133 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.01% from 133); Green value is 54 (21.48% from 255 or 40.60% from 133); Blue value is 75 (29.69% from 255 or 56.39% from 133); Max value from RGB is 75 - color contains mainly: blue. Hex color #04364B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04364B is #FBC9B4. Grayscale: #292929. Windows color (decimal): -16501173 or 4929028. OLE color: 4929028.

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

Color convert

RGB45475-
CMYK0.950.2800.71
HSL197.75º89.87%15.49%-
HSV(B)197.75º94.67%29.41%-
XYZ2.643.177.13-
YUV41.44146.94101.29-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.01%
GREEN value IS 54 (21.48% from 255) = 40.60%
BLUE value IS 75 (29.69% from 255) = 56.39%
R=3.01%
G=40.60%
B=56.39%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal454750.950.2800.71197.7589.8715.49
Hex4364B5F1C047c65af
Octal46611313734010730613217
Binary1001101101001011101111111100010001111100011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04364B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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