Html Css Color HEX #201752 Paua

📋 copy color: '#201752'

red 32 ◦ green 23 ◦ blue 82

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

Shades of Paua #201752

Tints of Paua #201752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 59.85%

R = 23.36%
G = 16.79%
B = 59.85%

CMYK

 C value IS 0.61

 M value IS 0.72

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#201752 (or 0x201752) is known color: Paua. HEX triplet: 20, 17 and 52. RGB value is (32,23,82). Sum of RGB (Red+Green+Blue) = 32+23+82=137 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.36% from 137); Green value is 23 (9.38% from 255 or 16.79% from 137); Blue value is 82 (32.42% from 255 or 59.85% from 137); Max value from RGB is 82 - color contains mainly: blue. Hex color #201752 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201752 is #DFE8AD. Grayscale: #202020. Windows color (decimal): -14674094 or 5379872. OLE color: 5379872.

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

Color convert

RGB 32 23 82 -
CMYK 0.61 0.72 0 0.68
HSL 249.15º 0.56% 0.21% -
HSV(B) 249.15º 0.72% 0.32% -
XYZ 2.43 1.53 8.15 -
YUV 32.42 155.98 127.7 -
System Red Green Blue C M Y K H S L
Decimal 32 23 82 0.61 0.72 0 0.68 249.15 0.56 0.21
Hex 20 17 52 3D 48 0 44 F9 38 15
Octal 40 27 122 75 110 0 104 371 70 25
Binary 100000 10111 1010010 111101 1001000 0 1000100 11111001 111000 10101

Color Harmonies of #201752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201752

Black with #201752

Text Example


Text Example

White with #201752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201752; }

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

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

background-color css

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

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

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

border-color css

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

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

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