#221956

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

Shades of Paua #221956

Tints of Paua #221956

Color information

#221956 (or 0x221956) is unknown color: approx Paua. HEX triplet: 22, 19 and 56. RGB value is (34,25,86). Sum of RGB (Red+Green+Blue) = 34+25+86=145 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.45% from 145); Green value is 25 (10.16% from 255 or 17.24% from 145); Blue value is 86 (33.98% from 255 or 59.31% from 145); Max value from RGB is 86 - color contains mainly: blue. Hex color #221956 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221956 is #DDE6A9. Grayscale: #222222. Windows color (decimal): -14542506 or 5642530. OLE color: 5642530.

HSL color Cylindrical-coordinate representation of color #221956: hue angle of 248.85º 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 #221956 is Cyan = 0.60, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB342586-
CMYK0.600.7100.66
HSL248.85º54.95%21.76%-
HSV(B)248.85º70.93%33.73%-
XYZ2.691.718.99-
YUV34.65156.98127.54-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.45%
GREEN value IS 25 (10.16% from 255) = 17.24%
BLUE value IS 86 (33.98% from 255) = 59.31%
R=23.45%
G=17.24%
B=59.31%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3425860.600.7100.66248.8554.9521.76
Hex2219563C47042f93716
Octal42311267410701023716726
Binary1000101100110101101111001000111010000101111100111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221956; }

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

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

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

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

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

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

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

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