#221856

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

Shades of Paua #221856

Tints of Paua #221856

Color information

#221856 (or 0x221856) is unknown color: approx Paua. HEX triplet: 22, 18 and 56. RGB value is (34,24,86). Sum of RGB (Red+Green+Blue) = 34+24+86=144 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.61% from 144); Green value is 24 (9.77% from 255 or 16.67% 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 #221856 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221856 is #DDE7A9. Grayscale: #212121. Windows color (decimal): -14542762 or 5642274. OLE color: 5642274.

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

Color convert

RGB342486-
CMYK0.600.7200.66
HSL249.68º56.36%21.57%-
HSV(B)249.68º72.09%33.73%-
XYZ2.671.678.99-
YUV34.06157.31127.96-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.61%
GREEN value IS 24 (9.77% from 255) = 16.67%
BLUE value IS 86 (33.98% from 255) = 59.72%
R=23.61%
G=16.67%
B=59.72%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3424860.600.7200.66249.6856.3621.57
Hex2218563C48042fa3816
Octal42301267411001023727026
Binary1000101100010101101111001001000010000101111101011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221856; }

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

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

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

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

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

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

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

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