Html Css Color HEX #324F5D Arapawa

📋 copy color: '#324F5D'

red 50 ◦ green 79 ◦ blue 93

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

Shades of Arapawa #324F5D

Tints of Arapawa #324F5D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 35.59%

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

R = 22.52%
G = 35.59%
B = 41.89%

CMYK

 C value IS 0.46

 M value IS 0.15

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#324F5D (or 0x324F5D) is known color: Arapawa. HEX triplet: 32, 4F and 5D. RGB value is (50,79,93). Sum of RGB (Red+Green+Blue) = 50+79+93=222 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.52% from 222); Green value is 79 (31.25% from 255 or 35.59% from 222); Blue value is 93 (36.72% from 255 or 41.89% from 222); Max value from RGB is 93 - color contains mainly: blue. Hex color #324F5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #324F5D is #CDB0A2. Grayscale: #474747. Windows color (decimal): -13480099 or 6115122. OLE color: 6115122.

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

Color convert

RGB 50 79 93 -
CMYK 0.46 0.15 0 0.64
HSL 199.53º 0.3% 0.28% -
HSV(B) 199.53º 0.46% 0.36% -
XYZ 6.09 7.06 11.4 -
YUV 71.93 139.89 112.36 -
System Red Green Blue C M Y K H S L
Decimal 50 79 93 0.46 0.15 0 0.64 199.53 0.3 0.28
Hex 32 4F 5D 2E F 0 40 C8 1E 1C
Octal 62 117 135 56 17 0 100 310 36 34
Binary 110010 1001111 1011101 101110 1111 0 1000000 11001000 11110 11100

Color Harmonies of #324F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324F5D

Black with #324F5D

Text Example


Text Example

White with #324F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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