#324D5C

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

Shades of Arapawa #324D5C

Tints of Arapawa #324D5C

Color information

#324D5C (or 0x324D5C) is unknown color: approx Arapawa. HEX triplet: 32, 4D and 5C. RGB value is (50,77,92). Sum of RGB (Red+Green+Blue) = 50+77+92=219 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.83% from 219); Green value is 77 (30.47% from 255 or 35.16% from 219); Blue value is 92 (36.33% from 255 or 42.01% from 219); Max value from RGB is 92 - color contains mainly: blue. Hex color #324D5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #324D5C is #CDB2A3. Grayscale: #464646. Windows color (decimal): -13480612 or 6049074. OLE color: 6049074.

HSL color Cylindrical-coordinate representation of color #324D5C: hue angle of 201.43º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #324D5C is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB507792-
CMYK0.460.1600.64
HSL201.43º29.58%27.84%-
HSV(B)201.43º45.65%36.08%-
XYZ5.96.7611.12-
YUV70.64140.05113.28-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.83%
GREEN value IS 77 (30.47% from 255) = 35.16%
BLUE value IS 92 (36.33% from 255) = 42.01%
R=22.83%
G=35.16%
B=42.01%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5077920.460.1600.64201.4329.5827.84
Hex324D5C2E10040c91e1c
Octal62115134562001003113634
Binary110010100110110111001011101000001000000110010011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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