Html Css Color HEX #324E5D Arapawa

📋 copy color: '#324E5D'

red 50 ◦ green 78 ◦ blue 93

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

Shades of Arapawa #324E5D

Tints of Arapawa #324E5D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 35.29%

 BLUE value IS 93 (36.72% from 255) = 42.08%

R = 22.62%
G = 35.29%
B = 42.08%

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

#324E5D (or 0x324E5D) is known color: Arapawa. HEX triplet: 32, 4E and 5D. RGB value is (50,78,93). Sum of RGB (Red+Green+Blue) = 50+78+93=221 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.62% from 221); Green value is 78 (30.86% from 255 or 35.29% from 221); Blue value is 93 (36.72% from 255 or 42.08% from 221); Max value from RGB is 93 - color contains mainly: blue. Hex color #324E5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #324E5D is #CDB1A2. Grayscale: #474747. Windows color (decimal): -13480355 or 6114866. OLE color: 6114866.

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

Color convert

RGB 50 78 93 -
CMYK 0.46 0.16 0 0.64
HSL 200.93º 0.3% 0.28% -
HSV(B) 200.93º 0.46% 0.36% -
XYZ 6.02 6.92 11.37 -
YUV 71.34 140.22 112.78 -
System Red Green Blue C M Y K H S L
Decimal 50 78 93 0.46 0.16 0 0.64 200.93 0.3 0.28
Hex 32 4E 5D 2E 10 0 40 C9 1E 1C
Octal 62 116 135 56 20 0 100 311 36 34
Binary 110010 1001110 1011101 101110 10000 0 1000000 11001001 11110 11100

Color Harmonies of #324E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324E5D

Black with #324E5D

Text Example


Text Example

White with #324E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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