#201951

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

Shades of Paua #201951

Tints of Paua #201951

Color information

#201951 (or 0x201951) is unknown color: approx Paua. HEX triplet: 20, 19 and 51. RGB value is (32,25,81). Sum of RGB (Red+Green+Blue) = 32+25+81=138 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.19% from 138); Green value is 25 (10.16% from 255 or 18.12% from 138); Blue value is 81 (32.03% from 255 or 58.70% from 138); Max value from RGB is 81 - color contains mainly: blue. Hex color #201951 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201951 is #DFE6AE. Grayscale: #212121. Windows color (decimal): -14673583 or 5314848. OLE color: 5314848.

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

Color convert

RGB322581-
CMYK0.600.6900.68
HSL247.5º52.83%20.78%-
HSV(B)247.5º69.14%31.76%-
XYZ2.431.67.96-
YUV33.48154.82126.95-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 23.19%
GREEN value IS 25 (10.16% from 255) = 18.12%
BLUE value IS 81 (32.03% from 255) = 58.70%
R=23.19%
G=18.12%
B=58.70%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3225810.600.6900.68247.552.8320.78
Hex2019513C45044f83515
Octal40311217410501043706525
Binary1000001100110100011111001000101010001001111100011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201951; }

 p { color: rgb(32,25,81); }

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

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

 a { background-color: rgb(32,25,81); }

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

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

 span { border-color: rgb(32,25,81); }

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