#201E55

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

Shades of Paua #201E55

Tints of Paua #201E55

Color information

#201E55 (or 0x201E55) is unknown color: approx Paua. HEX triplet: 20, 1E and 55. RGB value is (32,30,85). Sum of RGB (Red+Green+Blue) = 32+30+85=147 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.77% from 147); Green value is 30 (12.11% from 255 or 20.41% from 147); Blue value is 85 (33.59% from 255 or 57.82% from 147); Max value from RGB is 85 - color contains mainly: blue. Hex color #201E55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201E55 is #DFE1AA. Grayscale: #242424. Windows color (decimal): -14672299 or 5578272. OLE color: 5578272.

HSL color Cylindrical-coordinate representation of color #201E55: hue angle of 242.18º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #201E55 is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB323085-
CMYK0.620.6500.67
HSL242.18º47.83%22.55%-
HSV(B)242.18º64.71%33.33%-
XYZ2.71.898.82-
YUV36.87155.16124.53-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.77%
GREEN value IS 30 (12.11% from 255) = 20.41%
BLUE value IS 85 (33.59% from 255) = 57.82%
R=21.77%
G=20.41%
B=57.82%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3230850.620.6500.67242.1847.8322.55
Hex201E553E41043f23017
Octal40361257610101033626027
Binary1000001111010101011111101000001010000111111001011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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