Html Css Color HEX #32505D Arapawa

📋 copy color: '#32505D'

red 50 ◦ green 80 ◦ blue 93

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

Shades of Arapawa #32505D

Tints of Arapawa #32505D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.87%

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

R = 22.42%
G = 35.87%
B = 41.7%

CMYK

 C value IS 0.46

 M value IS 0.14

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#32505D (or 0x32505D) is known color: Arapawa. HEX triplet: 32, 50 and 5D. RGB value is (50,80,93). Sum of RGB (Red+Green+Blue) = 50+80+93=223 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.42% from 223); Green value is 80 (31.64% from 255 or 35.87% from 223); Blue value is 93 (36.72% from 255 or 41.70% from 223); Max value from RGB is 93 - color contains mainly: blue. Hex color #32505D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32505D is #CDAFA2. Grayscale: #484848. Windows color (decimal): -13479843 or 6115378. OLE color: 6115378.

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

Color convert

RGB 50 80 93 -
CMYK 0.46 0.14 0 0.64
HSL 198.14º 0.3% 0.28% -
HSV(B) 198.14º 0.46% 0.36% -
XYZ 6.16 7.21 11.42 -
YUV 72.51 139.56 111.94 -
System Red Green Blue C M Y K H S L
Decimal 50 80 93 0.46 0.14 0 0.64 198.14 0.3 0.28
Hex 32 50 5D 2E E 0 40 C6 1E 1C
Octal 62 120 135 56 16 0 100 306 36 34
Binary 110010 1010000 1011101 101110 1110 0 1000000 11000110 11110 11100

Color Harmonies of #32505D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32505D

Black with #32505D

Text Example


Text Example

White with #32505D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32505D; }

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

 H1.HeaderClassName
 {
   color: #32505D;
 }
 .AnyTagClassName
 {
   color: #32505D;
 }
</style>

background-color css

<style>
 a { background-color: #32505D; }

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

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

border-color css

<style>
 span { border-color: #32505D; }

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

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