#201752

Color #201752 Paua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paua #201752

Tints of Paua #201752

Color information

#201752 (or 0x201752) is unknown color: approx 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

RGB322382-
CMYK0.610.7200.68
HSL249.15º56.19%20.59%-
HSV(B)249.15º71.95%32.16%-
XYZ2.431.538.15-
YUV32.42155.98127.7-

RGB Variations

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

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 (Cyan) values IS 0.61
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3223820.610.7200.68249.1556.1920.59
Hex2017523D48044f93815
Octal40271227511001043717025
Binary1000001011110100101111011001000010001001111100111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>