#201754

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

Shades of Paua #201754

Tints of Paua #201754

Color information

#201754 (or 0x201754) is unknown color: approx Paua. HEX triplet: 20, 17 and 54. RGB value is (32,23,84). Sum of RGB (Red+Green+Blue) = 32+23+84=139 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.02% from 139); Green value is 23 (9.38% from 255 or 16.55% from 139); Blue value is 84 (33.20% from 255 or 60.43% from 139); Max value from RGB is 84 - color contains mainly: blue. Hex color #201754 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201754 is #DFE8AB. Grayscale: #202020. Windows color (decimal): -14674092 or 5510944. OLE color: 5510944.

HSL color Cylindrical-coordinate representation of color #201754: hue angle of 248.85º 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 #201754 is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB322384-
CMYK0.620.7300.67
HSL248.85º57.01%20.98%-
HSV(B)248.85º72.62%32.94%-
XYZ2.51.568.56-
YUV32.64156.98127.54-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 23.02%
GREEN value IS 23 (9.38% from 255) = 16.55%
BLUE value IS 84 (33.20% from 255) = 60.43%
R=23.02%
G=16.55%
B=60.43%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3223840.620.7300.67248.8557.0120.98
Hex2017543E49043f93915
Octal40271247611101033717125
Binary1000001011110101001111101001001010000111111100111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201754; }

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

 H1.HeaderClassName
 {
   color: #201754;
 }
 .AnyTagClassName
 {
   color: #201754;
 }
</style>
background-color css

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

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

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

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

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

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