#221356

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

Shades of Paua #221356

Tints of Paua #221356

Color information

#221356 (or 0x221356) is unknown color: approx Paua. HEX triplet: 22, 13 and 56. RGB value is (34,19,86). Sum of RGB (Red+Green+Blue) = 34+19+86=139 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.46% from 139); Green value is 19 (7.81% from 255 or 13.67% from 139); Blue value is 86 (33.98% from 255 or 61.87% from 139); Max value from RGB is 86 - color contains mainly: blue. Hex color #221356 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221356 is #DDECA9. Grayscale: #1E1E1E. Windows color (decimal): -14544042 or 5640994. OLE color: 5640994.

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

Color convert

RGB341986-
CMYK0.600.7800.66
HSL253.43º63.81%20.59%-
HSV(B)253.43º77.91%33.73%-
XYZ2.571.488.95-
YUV31.12158.97130.05-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 24.46%
GREEN value IS 19 (7.81% from 255) = 13.67%
BLUE value IS 86 (33.98% from 255) = 61.87%
R=24.46%
G=13.67%
B=61.87%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3419860.600.7800.66253.4363.8120.59
Hex2213563C4E042fd4015
Octal422312674116010237510025
Binary10001010011101011011110010011100100001011111101100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221356; }

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

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

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

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

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

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

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

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