Html Css Color HEX #324D5C Arapawa

📋 copy color: '#324D5C'

red 50 ◦ green 77 ◦ blue 92

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

Shades of Arapawa #324D5C

Tints of Arapawa #324D5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 42.01%

R = 22.83%
G = 35.16%
B = 42.01%

CMYK

 C value IS 0.46

 M value IS 0.16

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#324D5C (or 0x324D5C) is known color: Arapawa. HEX triplet: 32, 4D and 5C. RGB value is (50,77,92). Sum of RGB (Red+Green+Blue) = 50+77+92=219 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.83% from 219); Green value is 77 (30.47% from 255 or 35.16% from 219); Blue value is 92 (36.33% from 255 or 42.01% from 219); Max value from RGB is 92 - color contains mainly: blue. Hex color #324D5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #324D5C is #CDB2A3. Grayscale: #464646. Windows color (decimal): -13480612 or 6049074. OLE color: 6049074.

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

Color convert

RGB 50 77 92 -
CMYK 0.46 0.16 0 0.64
HSL 201.43º 0.3% 0.28% -
HSV(B) 201.43º 0.46% 0.36% -
XYZ 5.9 6.76 11.12 -
YUV 70.64 140.05 113.28 -
System Red Green Blue C M Y K H S L
Decimal 50 77 92 0.46 0.16 0 0.64 201.43 0.3 0.28
Hex 32 4D 5C 2E 10 0 40 C9 1E 1C
Octal 62 115 134 56 20 0 100 311 36 34
Binary 110010 1001101 1011100 101110 10000 0 1000000 11001001 11110 11100

Color Harmonies of #324D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324D5C

Black with #324D5C

Text Example


Text Example

White with #324D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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