#22194D

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

Shades of Paua #22194D

Tints of Paua #22194D

Color information

#22194D (or 0x22194D) is unknown color: approx Paua. HEX triplet: 22, 19 and 4D. RGB value is (34,25,77). Sum of RGB (Red+Green+Blue) = 34+25+77=136 (18% of max value = 765). Red value is 34 (13.67% from 255 or 25% from 136); Green value is 25 (10.16% from 255 or 18.38% from 136); Blue value is 77 (30.47% from 255 or 56.62% from 136); Max value from RGB is 77 - color contains mainly: blue. Hex color #22194D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22194D is #DDE6B2. Grayscale: #212121. Windows color (decimal): -14542515 or 5052706. OLE color: 5052706.

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

Color convert

RGB342577-
CMYK0.560.6800.70
HSL250.38º50.98%20%-
HSV(B)250.38º67.53%30.2%-
XYZ2.351.577.2-
YUV33.62152.48128.27-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 25%
GREEN value IS 25 (10.16% from 255) = 18.38%
BLUE value IS 77 (30.47% from 255) = 56.62%
R=25%
G=18.38%
B=56.62%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3425770.560.6800.70250.3850.9820
Hex22194D3844046fa3314
Octal42311157010401063726324
Binary1000101100110011011110001000100010001101111101011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22194D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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