#221654

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

Shades of Paua #221654

Tints of Paua #221654

Color information

#221654 (or 0x221654) is unknown color: approx Paua. HEX triplet: 22, 16 and 54. RGB value is (34,22,84). Sum of RGB (Red+Green+Blue) = 34+22+84=140 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.29% from 140); Green value is 22 (8.98% from 255 or 15.71% from 140); Blue value is 84 (33.20% from 255 or 60% from 140); Max value from RGB is 84 - color contains mainly: blue. Hex color #221654 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221654 is #DDE9AB. Grayscale: #202020. Windows color (decimal): -14543276 or 5510690. OLE color: 5510690.

HSL color Cylindrical-coordinate representation of color #221654: hue angle of 251.61º degrees, saturation: 0.58, 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 #221654 is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB342284-
CMYK0.600.7400.67
HSL251.61º58.49%20.78%-
HSV(B)251.61º73.81%32.94%-
XYZ2.551.558.55-
YUV32.66156.98128.96-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 24.29%
GREEN value IS 22 (8.98% from 255) = 15.71%
BLUE value IS 84 (33.20% from 255) = 60%
R=24.29%
G=15.71%
B=60%

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
Decimal3422840.600.7400.67251.6158.4920.78
Hex2216543C4A043fc3a15
Octal42261247411201033747225
Binary1000101011010101001111001001010010000111111110011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221654; }

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

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

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

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

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

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

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

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