#324E5C

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

Shades of Arapawa #324E5C

Tints of Arapawa #324E5C

Color information

#324E5C (or 0x324E5C) is unknown color: approx Arapawa. HEX triplet: 32, 4E and 5C. RGB value is (50,78,92). Sum of RGB (Red+Green+Blue) = 50+78+92=220 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.73% from 220); Green value is 78 (30.86% from 255 or 35.45% from 220); Blue value is 92 (36.33% from 255 or 41.82% from 220); Max value from RGB is 92 - color contains mainly: blue. Hex color #324E5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #324E5C is #CDB1A3. Grayscale: #474747. Windows color (decimal): -13480356 or 6049330. OLE color: 6049330.

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

Color convert

RGB507892-
CMYK0.460.1500.64
HSL200º29.58%27.84%-
HSV(B)200º45.65%36.08%-
XYZ5.976.911.14-
YUV71.22139.72112.86-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.73%
GREEN value IS 78 (30.86% from 255) = 35.45%
BLUE value IS 92 (36.33% from 255) = 41.82%
R=22.73%
G=35.45%
B=41.82%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5078920.460.1500.6420029.5827.84
Hex324E5C2EF040c81e1c
Octal62116134561701003103634
Binary11001010011101011100101110111101000000110010001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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