#201C56

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

Shades of Paua #201C56

Tints of Paua #201C56

Color information

#201C56 (or 0x201C56) is unknown color: approx Paua. HEX triplet: 20, 1C and 56. RGB value is (32,28,86). Sum of RGB (Red+Green+Blue) = 32+28+86=146 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.92% from 146); Green value is 28 (11.33% from 255 or 19.18% from 146); Blue value is 86 (33.98% from 255 or 58.90% from 146); Max value from RGB is 86 - color contains mainly: blue. Hex color #201C56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201C56 is #DFE3A9. Grayscale: #232323. Windows color (decimal): -14672810 or 5643296. OLE color: 5643296.

HSL color Cylindrical-coordinate representation of color #201C56: hue angle of 244.14º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #201C56 is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB322886-
CMYK0.630.6700.66
HSL244.14º50.88%22.35%-
HSV(B)244.14º67.44%33.73%-
XYZ2.691.819.01-
YUV35.81156.33125.28-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.92%
GREEN value IS 28 (11.33% from 255) = 19.18%
BLUE value IS 86 (33.98% from 255) = 58.90%
R=21.92%
G=19.18%
B=58.90%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3228860.630.6700.66244.1450.8822.35
Hex201C563F43042f43316
Octal40341267710301023646326
Binary1000001110010101101111111000011010000101111010011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201C56; }

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

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

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

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

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

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

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

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