#324C58

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

Shades of Arapawa #324C58

Tints of Arapawa #324C58

Color information

#324C58 (or 0x324C58) is unknown color: approx Arapawa. HEX triplet: 32, 4C and 58. RGB value is (50,76,88). Sum of RGB (Red+Green+Blue) = 50+76+88=214 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.36% from 214); Green value is 76 (30.08% from 255 or 35.51% from 214); Blue value is 88 (34.77% from 255 or 41.12% from 214); Max value from RGB is 88 - color contains mainly: blue. Hex color #324C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324C58 is #CDB3A7. Grayscale: #454545. Windows color (decimal): -13480872 or 5786674. OLE color: 5786674.

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

Color convert

RGB507688-
CMYK0.430.1400.65
HSL198.95º27.54%27.06%-
HSV(B)198.95º43.18%34.51%-
XYZ5.666.5510.2-
YUV69.59138.39114.02-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.36%
GREEN value IS 76 (30.08% from 255) = 35.51%
BLUE value IS 88 (34.77% from 255) = 41.12%
R=23.36%
G=35.51%
B=41.12%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5076880.430.1400.65198.9527.5427.06
Hex324C582BE041c71c1b
Octal62114130531601013073433
Binary11001010011001011000101011111001000001110001111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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