#22194B

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

Shades of Paua #22194B

Tints of Paua #22194B

Color information

#22194B (or 0x22194B) is unknown color: approx Paua. HEX triplet: 22, 19 and 4B. RGB value is (34,25,75). Sum of RGB (Red+Green+Blue) = 34+25+75=134 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.37% from 134); Green value is 25 (10.16% from 255 or 18.66% from 134); Blue value is 75 (29.69% from 255 or 55.97% from 134); Max value from RGB is 75 - color contains mainly: blue. Hex color #22194B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #22194B is #DDE6B4. Grayscale: #212121. Windows color (decimal): -14542517 or 4921634. OLE color: 4921634.

HSL color Cylindrical-coordinate representation of color #22194B: hue angle of 250.8º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #22194B is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB342575-
CMYK0.550.6700.71
HSL250.8º50%19.61%-
HSV(B)250.8º66.67%29.41%-
XYZ2.281.546.83-
YUV33.39151.48128.43-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 25.37%
GREEN value IS 25 (10.16% from 255) = 18.66%
BLUE value IS 75 (29.69% from 255) = 55.97%
R=25.37%
G=18.66%
B=55.97%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3425750.550.6700.71250.85019.61
Hex22194B3743047fb3214
Octal42311136710301073736224
Binary1000101100110010111101111000011010001111111101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22194B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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