#201E50

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

Shades of Paua #201E50

Tints of Paua #201E50

Color information

#201E50 (or 0x201E50) is unknown color: approx Paua. HEX triplet: 20, 1E and 50. RGB value is (32,30,80). Sum of RGB (Red+Green+Blue) = 32+30+80=142 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.54% from 142); Green value is 30 (12.11% from 255 or 21.13% from 142); Blue value is 80 (31.64% from 255 or 56.34% from 142); Max value from RGB is 80 - color contains mainly: blue. Hex color #201E50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201E50 is #DFE1AF. Grayscale: #242424. Windows color (decimal): -14672304 or 5250592. OLE color: 5250592.

HSL color Cylindrical-coordinate representation of color #201E50: hue angle of 242.4º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #201E50 is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB323080-
CMYK0.600.6200.69
HSL242.4º45.45%21.57%-
HSV(B)242.4º62.5%31.37%-
XYZ2.511.817.81-
YUV36.3152.66124.93-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 22.54%
GREEN value IS 30 (12.11% from 255) = 21.13%
BLUE value IS 80 (31.64% from 255) = 56.34%
R=22.54%
G=21.13%
B=56.34%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3230800.600.6200.69242.445.4521.57
Hex201E503C3E045f22d16
Octal4036120747601053625526
Binary100000111101010000111100111110010001011111001010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,30,80); }

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

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

 a { background-color: rgb(32,30,80); }

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

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

 span { border-color: rgb(32,30,80); }

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