#201456

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

Shades of Paua #201456

Tints of Paua #201456

Color information

#201456 (or 0x201456) is unknown color: approx Paua. HEX triplet: 20, 14 and 56. RGB value is (32,20,86). Sum of RGB (Red+Green+Blue) = 32+20+86=138 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.19% from 138); Green value is 20 (8.20% from 255 or 14.49% from 138); Blue value is 86 (33.98% from 255 or 62.32% from 138); Max value from RGB is 86 - color contains mainly: blue. Hex color #201456 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201456 is #DFEBA9. Grayscale: #1E1E1E. Windows color (decimal): -14674858 or 5641248. OLE color: 5641248.

HSL color Cylindrical-coordinate representation of color #201456: hue angle of 250.91º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #201456 is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB322086-
CMYK0.630.7700.66
HSL250.91º62.26%20.78%-
HSV(B)250.91º76.74%33.73%-
XYZ2.531.488.96-
YUV31.11158.98128.63-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 23.19%
GREEN value IS 20 (8.20% from 255) = 14.49%
BLUE value IS 86 (33.98% from 255) = 62.32%
R=23.19%
G=14.49%
B=62.32%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3220860.630.7700.66250.9162.2620.78
Hex2014563F4D042fb3e15
Octal40241267711501023737625
Binary1000001010010101101111111001101010000101111101111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201456; }

 p { color: rgb(32,20,86); }

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

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

 a { background-color: rgb(32,20,86); }

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

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

 span { border-color: rgb(32,20,86); }

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