Html Css Color HEX #324D59 Arapawa

📋 copy color: '#324D59'

red 50 ◦ green 77 ◦ blue 89

#324D59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Arapawa #324D59

Tints of Arapawa #324D59

RGB

 RED value IS 50 (19.92% from 255) = 23.15%

 GREEN value IS 77 (30.47% from 255) = 35.65%

 BLUE value IS 89 (35.16% from 255) = 41.2%

R = 23.15%
G = 35.65%
B = 41.2%

CMYK

 C value IS 0.44

 M value IS 0.13

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#324D59 (or 0x324D59) is known color: Arapawa. HEX triplet: 32, 4D and 59. RGB value is (50,77,89). Sum of RGB (Red+Green+Blue) = 50+77+89=216 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.15% from 216); Green value is 77 (30.47% from 255 or 35.65% from 216); Blue value is 89 (35.16% from 255 or 41.20% from 216); Max value from RGB is 89 - color contains mainly: blue. Hex color #324D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #324D59 is #CDB2A6. Grayscale: #464646. Windows color (decimal): -13480615 or 5852466. OLE color: 5852466.

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

Color convert

RGB 50 77 89 -
CMYK 0.44 0.13 0 0.65
HSL 198.46º 0.28% 0.27% -
HSV(B) 198.46º 0.44% 0.35% -
XYZ 5.77 6.71 10.44 -
YUV 70.3 138.55 113.52 -
System Red Green Blue C M Y K H S L
Decimal 50 77 89 0.44 0.13 0 0.65 198.46 0.28 0.27
Hex 32 4D 59 2C D 0 41 C6 1C 1B
Octal 62 115 131 54 15 0 101 306 34 33
Binary 110010 1001101 1011001 101100 1101 0 1000001 11000110 11100 11011

Color Harmonies of #324D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324D59

Black with #324D59

Text Example


Text Example

White with #324D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #324D59;
 }
 .AnyTagClassName
 {
   color: #324D59;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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