#211956

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

Shades of Paua #211956

Tints of Paua #211956

Color information

#211956 (or 0x211956) is unknown color: approx Paua. HEX triplet: 21, 19 and 56. RGB value is (33,25,86). Sum of RGB (Red+Green+Blue) = 33+25+86=144 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.92% from 144); Green value is 25 (10.16% from 255 or 17.36% from 144); Blue value is 86 (33.98% from 255 or 59.72% from 144); Max value from RGB is 86 - color contains mainly: blue. Hex color #211956 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211956 is #DEE6A9. Grayscale: #222222. Windows color (decimal): -14608042 or 5642529. OLE color: 5642529.

HSL color Cylindrical-coordinate representation of color #211956: hue angle of 247.87º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #211956 is Cyan = 0.62, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB332586-
CMYK0.620.7100.66
HSL247.87º54.95%21.76%-
HSV(B)247.87º70.93%33.73%-
XYZ2.651.698.99-
YUV34.35157.15127.04-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.92%
GREEN value IS 25 (10.16% from 255) = 17.36%
BLUE value IS 86 (33.98% from 255) = 59.72%
R=22.92%
G=17.36%
B=59.72%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3325860.620.7100.66247.8754.9521.76
Hex2119563E47042f83716
Octal41311267610701023706726
Binary1000011100110101101111101000111010000101111100011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211956; }

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

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

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

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

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

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

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

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