#201356

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

Shades of Paua #201356

Tints of Paua #201356

Color information

#201356 (or 0x201356) is unknown color: approx Paua. HEX triplet: 20, 13 and 56. RGB value is (32,19,86). Sum of RGB (Red+Green+Blue) = 32+19+86=137 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.36% from 137); Green value is 19 (7.81% from 255 or 13.87% from 137); Blue value is 86 (33.98% from 255 or 62.77% from 137); Max value from RGB is 86 - color contains mainly: blue. Hex color #201356 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201356 is #DFECA9. Grayscale: #1E1E1E. Windows color (decimal): -14675114 or 5640992. OLE color: 5640992.

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

Color convert

RGB321986-
CMYK0.630.7800.66
HSL251.64º63.81%20.59%-
HSV(B)251.64º77.91%33.73%-
XYZ2.511.448.95-
YUV30.52159.31129.05-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 23.36%
GREEN value IS 19 (7.81% from 255) = 13.87%
BLUE value IS 86 (33.98% from 255) = 62.77%
R=23.36%
G=13.87%
B=62.77%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3219860.630.7800.66251.6463.8120.59
Hex2013563F4E042fc4015
Octal402312677116010237410025
Binary10000010011101011011111110011100100001011111100100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201356; }

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

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

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

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

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

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

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

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