#211A49

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

Shades of Paua #211A49

Tints of Paua #211A49

Color information

#211A49 (or 0x211A49) is unknown color: approx Paua. HEX triplet: 21, 1A and 49. RGB value is (33,26,73). Sum of RGB (Red+Green+Blue) = 33+26+73=132 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25% from 132); Green value is 26 (10.55% from 255 or 19.70% from 132); Blue value is 73 (28.91% from 255 or 55.30% from 132); Max value from RGB is 73 - color contains mainly: blue. Hex color #211A49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211A49 is #DEE5B6. Grayscale: #212121. Windows color (decimal): -14607799 or 4790817. OLE color: 4790817.

HSL color Cylindrical-coordinate representation of color #211A49: hue angle of 248.94º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #211A49 is Cyan = 0.55, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB332673-
CMYK0.550.6400.71
HSL248.94º47.47%19.41%-
HSV(B)248.94º64.38%28.63%-
XYZ2.21.546.49-
YUV33.45150.32127.68-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25%
GREEN value IS 26 (10.55% from 255) = 19.70%
BLUE value IS 73 (28.91% from 255) = 55.30%
R=25%
G=19.70%
B=55.30%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3326730.550.6400.71248.9447.4719.41
Hex211A493740047f92f13
Octal41321116710001073715723
Binary1000011101010010011101111000000010001111111100110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211A49; }

 p { color: rgb(33,26,73); }

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

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

 a { background-color: rgb(33,26,73); }

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

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

 span { border-color: rgb(33,26,73); }

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