#22194E

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

Shades of Paua #22194E

Tints of Paua #22194E

Color information

#22194E (or 0x22194E) is unknown color: approx Paua. HEX triplet: 22, 19 and 4E. RGB value is (34,25,78). Sum of RGB (Red+Green+Blue) = 34+25+78=137 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.82% from 137); Green value is 25 (10.16% from 255 or 18.25% from 137); Blue value is 78 (30.86% from 255 or 56.93% from 137); Max value from RGB is 78 - color contains mainly: blue. Hex color #22194E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22194E is #DDE6B1. Grayscale: #212121. Windows color (decimal): -14542514 or 5118242. OLE color: 5118242.

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

Color convert

RGB342578-
CMYK0.560.6800.69
HSL250.19º51.46%20.2%-
HSV(B)250.19º67.95%30.59%-
XYZ2.381.597.39-
YUV33.73152.98128.19-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 24.82%
GREEN value IS 25 (10.16% from 255) = 18.25%
BLUE value IS 78 (30.86% from 255) = 56.93%
R=24.82%
G=18.25%
B=56.93%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3425780.560.6800.69250.1951.4620.2
Hex22194E3844045fa3314
Octal42311167010401053726324
Binary1000101100110011101110001000100010001011111101011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22194E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22194E; }

 p { color: rgb(34,25,78); }

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

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

 a { background-color: rgb(34,25,78); }

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

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

 span { border-color: rgb(34,25,78); }

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