#201F53

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

Shades of Paua #201F53

Tints of Paua #201F53

Color information

#201F53 (or 0x201F53) is unknown color: approx Paua. HEX triplet: 20, 1F and 53. RGB value is (32,31,83). Sum of RGB (Red+Green+Blue) = 32+31+83=146 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.92% from 146); Green value is 31 (12.5% from 255 or 21.23% from 146); Blue value is 83 (32.81% from 255 or 56.85% from 146); Max value from RGB is 83 - color contains mainly: blue. Hex color #201F53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201F53 is #DFE0AC. Grayscale: #252525. Windows color (decimal): -14672045 or 5447456. OLE color: 5447456.

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

Color convert

RGB323183-
CMYK0.610.6300.67
HSL241.15º45.61%22.35%-
HSV(B)241.15º62.65%32.55%-
XYZ2.651.918.41-
YUV37.23153.83124.27-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.92%
GREEN value IS 31 (12.5% from 255) = 21.23%
BLUE value IS 83 (32.81% from 255) = 56.85%
R=21.92%
G=21.23%
B=56.85%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3231830.610.6300.67241.1545.6122.35
Hex201F533D3F043f12e16
Octal4037123757701033615626
Binary100000111111010011111101111111010000111111000110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,31,83); }

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

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

 a { background-color: rgb(32,31,83); }

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

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

 span { border-color: rgb(32,31,83); }

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