#324C59

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

Shades of Arapawa #324C59

Tints of Arapawa #324C59

Color information

#324C59 (or 0x324C59) is unknown color: approx Arapawa. HEX triplet: 32, 4C and 59. RGB value is (50,76,89). Sum of RGB (Red+Green+Blue) = 50+76+89=215 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.26% from 215); Green value is 76 (30.08% from 255 or 35.35% from 215); Blue value is 89 (35.16% from 255 or 41.40% from 215); Max value from RGB is 89 - color contains mainly: blue. Hex color #324C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324C59 is #CDB3A6. Grayscale: #454545. Windows color (decimal): -13480871 or 5852210. OLE color: 5852210.

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

Color convert

RGB507689-
CMYK0.440.1500.65
HSL200º28.06%27.25%-
HSV(B)200º43.82%34.9%-
XYZ5.76.5710.42-
YUV69.71138.89113.94-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.26%
GREEN value IS 76 (30.08% from 255) = 35.35%
BLUE value IS 89 (35.16% from 255) = 41.40%
R=23.26%
G=35.35%
B=41.40%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5076890.440.1500.6520028.0627.25
Hex324C592CF041c81c1b
Octal62114131541701013103433
Binary11001010011001011001101100111101000001110010001110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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