#324C5B

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

Shades of Arapawa #324C5B

Tints of Arapawa #324C5B

Color information

#324C5B (or 0x324C5B) is unknown color: approx Arapawa. HEX triplet: 32, 4C and 5B. RGB value is (50,76,91). Sum of RGB (Red+Green+Blue) = 50+76+91=217 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.04% from 217); Green value is 76 (30.08% from 255 or 35.02% from 217); Blue value is 91 (35.94% from 255 or 41.94% from 217); Max value from RGB is 91 - color contains mainly: blue. Hex color #324C5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324C5B is #CDB3A4. Grayscale: #454545. Windows color (decimal): -13480869 or 5983282. OLE color: 5983282.

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

Color convert

RGB507691-
CMYK0.450.1600.64
HSL201.95º29.08%27.65%-
HSV(B)201.95º45.05%35.69%-
XYZ5.796.610.87-
YUV69.94139.89113.78-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.04%
GREEN value IS 76 (30.08% from 255) = 35.02%
BLUE value IS 91 (35.94% from 255) = 41.94%
R=23.04%
G=35.02%
B=41.94%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5076910.450.1600.64201.9529.0827.65
Hex324C5B2D10040ca1d1c
Octal62114133552001003123534
Binary110010100110010110111011011000001000000110010101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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