#324E59

Color #324E59 Arapawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Arapawa #324E59

Tints of Arapawa #324E59

Color information

#324E59 (or 0x324E59) is unknown color: approx Arapawa. HEX triplet: 32, 4E and 59. RGB value is (50,78,89). Sum of RGB (Red+Green+Blue) = 50+78+89=217 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.04% from 217); Green value is 78 (30.86% from 255 or 35.94% from 217); Blue value is 89 (35.16% from 255 or 41.01% from 217); Max value from RGB is 89 - color contains mainly: blue. Hex color #324E59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #324E59 is #CDB1A6. Grayscale: #464646. Windows color (decimal): -13480359 or 5852722. OLE color: 5852722.

HSL color Cylindrical-coordinate representation of color #324E59: hue angle of 196.92º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #324E59 is Cyan = 0.44, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB507889-
CMYK0.440.1200.65
HSL196.92º28.06%27.25%-
HSV(B)196.92º43.82%34.9%-
XYZ5.846.8510.47-
YUV70.88138.22113.11-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.04%
GREEN value IS 78 (30.86% from 255) = 35.94%
BLUE value IS 89 (35.16% from 255) = 41.01%
R=23.04%
G=35.94%
B=41.01%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5078890.440.1200.65196.9228.0627.25
Hex324E592CC041c51c1b
Octal62116131541401013053433
Binary11001010011101011001101100110001000001110001011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324E59; }

 p { color: rgb(50,78,89); }

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

<style>
 a { background-color: #324E59; }

 a { background-color: rgb(50,78,89); }

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

<style>
 span { border-color: #324E59; }

 span { border-color: rgb(50,78,89); }

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