#221756

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

Shades of Paua #221756

Tints of Paua #221756

Color information

#221756 (or 0x221756) is unknown color: approx Paua. HEX triplet: 22, 17 and 56. RGB value is (34,23,86). Sum of RGB (Red+Green+Blue) = 34+23+86=143 (18% of max value = 765). Red value is 34 (13.67% from 255 or 23.78% from 143); Green value is 23 (9.38% from 255 or 16.08% from 143); Blue value is 86 (33.98% from 255 or 60.14% from 143); Max value from RGB is 86 - color contains mainly: blue. Hex color #221756 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221756 is #DDE8A9. Grayscale: #212121. Windows color (decimal): -14543018 or 5642018. OLE color: 5642018.

HSL color Cylindrical-coordinate representation of color #221756: hue angle of 250.48º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #221756 is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB342386-
CMYK0.600.7300.66
HSL250.48º57.8%21.37%-
HSV(B)250.48º73.26%33.73%-
XYZ2.651.628.98-
YUV33.47157.64128.38-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.78%
GREEN value IS 23 (9.38% from 255) = 16.08%
BLUE value IS 86 (33.98% from 255) = 60.14%
R=23.78%
G=16.08%
B=60.14%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3423860.600.7300.66250.4857.821.37
Hex2217563C49042fa3a15
Octal42271267411101023727225
Binary1000101011110101101111001001001010000101111101011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221756; }

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

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

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

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

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

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

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

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