#201949

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

Shades of Paua #201949

Tints of Paua #201949

Color information

#201949 (or 0x201949) is unknown color: approx Paua. HEX triplet: 20, 19 and 49. RGB value is (32,25,73). Sum of RGB (Red+Green+Blue) = 32+25+73=130 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.62% from 130); Green value is 25 (10.16% from 255 or 19.23% from 130); Blue value is 73 (28.91% from 255 or 56.15% from 130); Max value from RGB is 73 - color contains mainly: blue. Hex color #201949 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201949 is #DFE6B6. Grayscale: #202020. Windows color (decimal): -14673591 or 4790560. OLE color: 4790560.

HSL color Cylindrical-coordinate representation of color #201949: hue angle of 248.75º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #201949 is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB322573-
CMYK0.560.6600.71
HSL248.75º48.98%19.22%-
HSV(B)248.75º65.75%28.63%-
XYZ2.151.486.48-
YUV32.56150.82127.6-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 24.62%
GREEN value IS 25 (10.16% from 255) = 19.23%
BLUE value IS 73 (28.91% from 255) = 56.15%
R=24.62%
G=19.23%
B=56.15%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3225730.560.6600.71248.7548.9819.22
Hex2019493842047f93113
Octal40311117010201073716123
Binary1000001100110010011110001000010010001111111100111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201949; }

 p { color: rgb(32,25,73); }

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

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

 a { background-color: rgb(32,25,73); }

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

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

 span { border-color: rgb(32,25,73); }

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