#221655

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

Shades of Paua #221655

Tints of Paua #221655

Color information

#221655 (or 0x221655) is unknown color: approx Paua. HEX triplet: 22, 16 and 55. RGB value is (34,22,85). Sum of RGB (Red+Green+Blue) = 34+22+85=141 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.11% from 141); Green value is 22 (8.98% from 255 or 15.60% from 141); Blue value is 85 (33.59% from 255 or 60.28% from 141); Max value from RGB is 85 - color contains mainly: blue. Hex color #221655 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221655 is #DDE9AA. Grayscale: #202020. Windows color (decimal): -14543275 or 5576226. OLE color: 5576226.

HSL color Cylindrical-coordinate representation of color #221655: hue angle of 251.43º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #221655 is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB342285-
CMYK0.600.7400.67
HSL251.43º58.88%20.98%-
HSV(B)251.43º74.12%33.33%-
XYZ2.591.578.76-
YUV32.77157.48128.88-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 24.11%
GREEN value IS 22 (8.98% from 255) = 15.60%
BLUE value IS 85 (33.59% from 255) = 60.28%
R=24.11%
G=15.60%
B=60.28%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3422850.600.7400.67251.4358.8820.98
Hex2216553C4A043fb3b15
Octal42261257411201033737325
Binary1000101011010101011111001001010010000111111101111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221655; }

 p { color: rgb(34,22,85); }

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

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

 a { background-color: rgb(34,22,85); }

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

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

 span { border-color: rgb(34,22,85); }

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