Html Css Color HEX #201755 Paua

📋 copy color: '#201755'

red 32 ◦ green 23 ◦ blue 85

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

Shades of Paua #201755

Tints of Paua #201755

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 60.71%

R = 22.86%
G = 16.43%
B = 60.71%

CMYK

 C value IS 0.62

 M value IS 0.73

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#201755 (or 0x201755) is known color: Paua. HEX triplet: 20, 17 and 55. RGB value is (32,23,85). Sum of RGB (Red+Green+Blue) = 32+23+85=140 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.86% from 140); Green value is 23 (9.38% from 255 or 16.43% from 140); Blue value is 85 (33.59% from 255 or 60.71% from 140); Max value from RGB is 85 - color contains mainly: blue. Hex color #201755 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201755 is #DFE8AA. Grayscale: #202020. Windows color (decimal): -14674091 or 5576480. OLE color: 5576480.

HSL color Cylindrical-coordinate representation of color #201755: hue angle of 248.71º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #201755 is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 32 23 85 -
CMYK 0.62 0.73 0 0.67
HSL 248.71º 0.57% 0.21% -
HSV(B) 248.71º 0.73% 0.33% -
XYZ 2.54 1.58 8.76 -
YUV 32.76 157.48 127.46 -
System Red Green Blue C M Y K H S L
Decimal 32 23 85 0.62 0.73 0 0.67 248.71 0.57 0.21
Hex 20 17 55 3E 49 0 43 F9 39 15
Octal 40 27 125 76 111 0 103 371 71 25
Binary 100000 10111 1010101 111110 1001001 0 1000011 11111001 111001 10101

Color Harmonies of #201755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201755

Black with #201755

Text Example


Text Example

White with #201755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201755; }

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

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

background-color css

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

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

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

border-color css

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

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

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