Html Css Color HEX #20515F Arapawa

📋 copy color: '#20515F'

red 32 ◦ green 81 ◦ blue 95

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

Shades of Arapawa #20515F

Tints of Arapawa #20515F

RGB

 RED value IS 32 (12.89% from 255) = 15.38%

 GREEN value IS 81 (32.03% from 255) = 38.94%

 BLUE value IS 95 (37.5% from 255) = 45.67%

R = 15.38%
G = 38.94%
B = 45.67%

CMYK

 C value IS 0.66

 M value IS 0.15

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#20515F (or 0x20515F) is known color: Arapawa. HEX triplet: 20, 51 and 5F. RGB value is (32,81,95). Sum of RGB (Red+Green+Blue) = 32+81+95=208 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.38% from 208); Green value is 81 (32.03% from 255 or 38.94% from 208); Blue value is 95 (37.5% from 255 or 45.67% from 208); Max value from RGB is 95 - color contains mainly: blue. Hex color #20515F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20515F is #DFAEA0. Grayscale: #434343. Windows color (decimal): -14659233 or 6246688. OLE color: 6246688.

HSL color Cylindrical-coordinate representation of color #20515F: hue angle of 193.33º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #20515F is Cyan = 0.66, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 32 81 95 -
CMYK 0.66 0.15 0 0.63
HSL 193.33º 0.5% 0.25% -
HSV(B) 193.33º 0.66% 0.37% -
XYZ 5.6 7.02 11.89 -
YUV 67.95 143.27 102.36 -
System Red Green Blue C M Y K H S L
Decimal 32 81 95 0.66 0.15 0 0.63 193.33 0.5 0.25
Hex 20 51 5F 42 F 0 3F C1 32 19
Octal 40 121 137 102 17 0 77 301 62 31
Binary 100000 1010001 1011111 1000010 1111 0 111111 11000001 110010 11001

Color Harmonies of #20515F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20515F

Black with #20515F

Text Example


Text Example

White with #20515F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20515F; }

 p { color: rgb(32,81,95); }

 H1.HeaderClassName
 {
   color: #20515F;
 }
 .AnyTagClassName
 {
   color: #20515F;
 }
</style>

background-color css

<style>
 a { background-color: #20515F; }

 a { background-color: rgb(32,81,95); }

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

border-color css

<style>
 span { border-color: #20515F; }

 span { border-color: rgb(32,81,95); }

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