#324A59

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

Shades of Arapawa #324A59

Tints of Arapawa #324A59

Color information

#324A59 (or 0x324A59) is unknown color: approx Arapawa. HEX triplet: 32, 4A and 59. RGB value is (50,74,89). Sum of RGB (Red+Green+Blue) = 50+74+89=213 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.47% from 213); Green value is 74 (29.30% from 255 or 34.74% from 213); Blue value is 89 (35.16% from 255 or 41.78% from 213); Max value from RGB is 89 - color contains mainly: blue. Hex color #324A59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324A59 is #CDB5A6. Grayscale: #444444. Windows color (decimal): -13481383 or 5851698. OLE color: 5851698.

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

Color convert

RGB507489-
CMYK0.440.1700.65
HSL203.08º28.06%27.25%-
HSV(B)203.08º43.82%34.9%-
XYZ5.576.310.37-
YUV68.53139.55114.78-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.47%
GREEN value IS 74 (29.30% from 255) = 34.74%
BLUE value IS 89 (35.16% from 255) = 41.78%
R=23.47%
G=34.74%
B=41.78%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5074890.440.1700.65203.0828.0627.25
Hex324A592C11041cb1c1b
Octal62112131542101013133433
Binary110010100101010110011011001000101000001110010111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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