#324D59

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

Shades of Arapawa #324D59

Tints of Arapawa #324D59

Color information

#324D59 (or 0x324D59) is unknown color: approx Arapawa. HEX triplet: 32, 4D and 59. RGB value is (50,77,89). Sum of RGB (Red+Green+Blue) = 50+77+89=216 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.15% from 216); Green value is 77 (30.47% from 255 or 35.65% from 216); Blue value is 89 (35.16% from 255 or 41.20% from 216); Max value from RGB is 89 - color contains mainly: blue. Hex color #324D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #324D59 is #CDB2A6. Grayscale: #464646. Windows color (decimal): -13480615 or 5852466. OLE color: 5852466.

HSL color Cylindrical-coordinate representation of color #324D59: hue angle of 198.46º 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 #324D59 is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB507789-
CMYK0.440.1300.65
HSL198.46º28.06%27.25%-
HSV(B)198.46º43.82%34.9%-
XYZ5.776.7110.44-
YUV70.3138.55113.52-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.15%
GREEN value IS 77 (30.47% from 255) = 35.65%
BLUE value IS 89 (35.16% from 255) = 41.20%
R=23.15%
G=35.65%
B=41.20%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5077890.440.1300.65198.4628.0627.25
Hex324D592CD041c61c1b
Octal62115131541501013063433
Binary11001010011011011001101100110101000001110001101110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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