#211959

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

Shades of Paua #211959

Tints of Paua #211959

Color information

#211959 (or 0x211959) is unknown color: approx Paua. HEX triplet: 21, 19 and 59. RGB value is (33,25,89). Sum of RGB (Red+Green+Blue) = 33+25+89=147 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.45% from 147); Green value is 25 (10.16% from 255 or 17.01% from 147); Blue value is 89 (35.16% from 255 or 60.54% from 147); Max value from RGB is 89 - color contains mainly: blue. Hex color #211959 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211959 is #DEE6A6. Grayscale: #222222. Windows color (decimal): -14608039 or 5839137. OLE color: 5839137.

HSL color Cylindrical-coordinate representation of color #211959: hue angle of 247.5º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #211959 is Cyan = 0.63, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB332589-
CMYK0.630.7200.65
HSL247.5º56.14%22.35%-
HSV(B)247.5º71.91%34.9%-
XYZ2.781.749.64-
YUV34.69158.65126.8-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.45%
GREEN value IS 25 (10.16% from 255) = 17.01%
BLUE value IS 89 (35.16% from 255) = 60.54%
R=22.45%
G=17.01%
B=60.54%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3325890.630.7200.65247.556.1422.35
Hex2119593F48041f83816
Octal41311317711001013707026
Binary1000011100110110011111111001000010000011111100011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211959; }

 p { color: rgb(33,25,89); }

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

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

 a { background-color: rgb(33,25,89); }

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

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

 span { border-color: rgb(33,25,89); }

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