Html Css Color HEX #201756 Paua

📋 copy color: '#201756'

red 32 ◦ green 23 ◦ blue 86

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

Shades of Paua #201756

Tints of Paua #201756

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.31%

 BLUE value IS 86 (33.98% from 255) = 60.99%

R = 22.7%
G = 16.31%
B = 60.99%

CMYK

 C value IS 0.63

 M value IS 0.73

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#201756 (or 0x201756) is known color: Paua. HEX triplet: 20, 17 and 56. RGB value is (32,23,86). Sum of RGB (Red+Green+Blue) = 32+23+86=141 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.70% from 141); Green value is 23 (9.38% from 255 or 16.31% from 141); Blue value is 86 (33.98% from 255 or 60.99% from 141); Max value from RGB is 86 - color contains mainly: blue. Hex color #201756 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201756 is #DFE8A9. Grayscale: #202020. Windows color (decimal): -14674090 or 5642016. OLE color: 5642016.

HSL color Cylindrical-coordinate representation of color #201756: hue angle of 248.57º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #201756 is Cyan = 0.63, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 32 23 86 -
CMYK 0.63 0.73 0 0.66
HSL 248.57º 0.58% 0.21% -
HSV(B) 248.57º 0.73% 0.34% -
XYZ 2.58 1.59 8.98 -
YUV 32.87 157.98 127.38 -
System Red Green Blue C M Y K H S L
Decimal 32 23 86 0.63 0.73 0 0.66 248.57 0.58 0.21
Hex 20 17 56 3F 49 0 42 F9 3A 15
Octal 40 27 126 77 111 0 102 371 72 25
Binary 100000 10111 1010110 111111 1001001 0 1000010 11111001 111010 10101

Color Harmonies of #201756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201756

Black with #201756

Text Example


Text Example

White with #201756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201756; }

 p { color: rgb(32,23,86); }

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

background-color css

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

 a { background-color: rgb(32,23,86); }

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

border-color css

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

 span { border-color: rgb(32,23,86); }

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