Html Css Color HEX #201753 Paua

📋 copy color: '#201753'

red 32 ◦ green 23 ◦ blue 83

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

Shades of Paua #201753

Tints of Paua #201753

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 60.14%

R = 23.19%
G = 16.67%
B = 60.14%

CMYK

 C value IS 0.61

 M value IS 0.72

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#201753 (or 0x201753) is known color: Paua. HEX triplet: 20, 17 and 53. RGB value is (32,23,83). Sum of RGB (Red+Green+Blue) = 32+23+83=138 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.19% from 138); Green value is 23 (9.38% from 255 or 16.67% from 138); Blue value is 83 (32.81% from 255 or 60.14% from 138); Max value from RGB is 83 - color contains mainly: blue. Hex color #201753 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201753 is #DFE8AC. Grayscale: #202020. Windows color (decimal): -14674093 or 5445408. OLE color: 5445408.

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

Color convert

RGB 32 23 83 -
CMYK 0.61 0.72 0 0.67
HSL 249º 0.57% 0.21% -
HSV(B) 249º 0.72% 0.33% -
XYZ 2.46 1.54 8.35 -
YUV 32.53 156.48 127.62 -
System Red Green Blue C M Y K H S L
Decimal 32 23 83 0.61 0.72 0 0.67 249 0.57 0.21
Hex 20 17 53 3D 48 0 43 F9 39 15
Octal 40 27 123 75 110 0 103 371 71 25
Binary 100000 10111 1010011 111101 1001000 0 1000011 11111001 111001 10101

Color Harmonies of #201753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201753

Black with #201753

Text Example


Text Example

White with #201753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201753; }

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

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

background-color css

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

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

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

border-color css

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

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

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