Html Css Color HEX #324E5B Arapawa

📋 copy color: '#324E5B'

red 50 ◦ green 78 ◦ blue 91

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

Shades of Arapawa #324E5B

Tints of Arapawa #324E5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 41.55%

R = 22.83%
G = 35.62%
B = 41.55%

CMYK

 C value IS 0.45

 M value IS 0.14

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#324E5B (or 0x324E5B) is known color: Arapawa. HEX triplet: 32, 4E and 5B. RGB value is (50,78,91). Sum of RGB (Red+Green+Blue) = 50+78+91=219 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.83% from 219); Green value is 78 (30.86% from 255 or 35.62% from 219); Blue value is 91 (35.94% from 255 or 41.55% from 219); Max value from RGB is 91 - color contains mainly: blue. Hex color #324E5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #324E5B is #CDB1A4. Grayscale: #474747. Windows color (decimal): -13480357 or 5983794. OLE color: 5983794.

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

Color convert

RGB 50 78 91 -
CMYK 0.45 0.14 0 0.64
HSL 199.02º 0.29% 0.28% -
HSV(B) 199.02º 0.45% 0.36% -
XYZ 5.93 6.88 10.91 -
YUV 71.11 139.22 112.94 -
System Red Green Blue C M Y K H S L
Decimal 50 78 91 0.45 0.14 0 0.64 199.02 0.29 0.28
Hex 32 4E 5B 2D E 0 40 C7 1D 1C
Octal 62 116 133 55 16 0 100 307 35 34
Binary 110010 1001110 1011011 101101 1110 0 1000000 11000111 11101 11100

Color Harmonies of #324E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324E5B

Black with #324E5B

Text Example


Text Example

White with #324E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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