#22164F

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

Shades of Paua #22164F

Tints of Paua #22164F

Color information

#22164F (or 0x22164F) is unknown color: approx Paua. HEX triplet: 22, 16 and 4F. RGB value is (34,22,79). Sum of RGB (Red+Green+Blue) = 34+22+79=135 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.19% from 135); Green value is 22 (8.98% from 255 or 16.30% from 135); Blue value is 79 (31.25% from 255 or 58.52% from 135); Max value from RGB is 79 - color contains mainly: blue. Hex color #22164F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22164F is #DDE9B0. Grayscale: #1F1F1F. Windows color (decimal): -14543281 or 5183010. OLE color: 5183010.

HSL color Cylindrical-coordinate representation of color #22164F: hue angle of 252.63º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #22164F is Cyan = 0.57, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB342279-
CMYK0.570.7200.69
HSL252.63º56.44%19.8%-
HSV(B)252.63º72.15%30.98%-
XYZ2.361.487.56-
YUV32.09154.48129.37-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 25.19%
GREEN value IS 22 (8.98% from 255) = 16.30%
BLUE value IS 79 (31.25% from 255) = 58.52%
R=25.19%
G=16.30%
B=58.52%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3422790.570.7200.69252.6356.4419.8
Hex22164F3948045fd3814
Octal42261177111001053757024
Binary1000101011010011111110011001000010001011111110111100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22164F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22164F; }

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

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

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

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

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

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

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

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