#22185E

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

Shades of Paua #22185E

Tints of Paua #22185E

Color information

#22185E (or 0x22185E) is unknown color: approx Paua. HEX triplet: 22, 18 and 5E. RGB value is (34,24,94). Sum of RGB (Red+Green+Blue) = 34+24+94=152 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.37% from 152); Green value is 24 (9.77% from 255 or 15.79% from 152); Blue value is 94 (37.11% from 255 or 61.84% from 152); Max value from RGB is 94 - color contains mainly: blue. Hex color #22185E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22185E is #DDE7A1. Grayscale: #222222. Windows color (decimal): -14542754 or 6166562. OLE color: 6166562.

HSL color Cylindrical-coordinate representation of color #22185E: hue angle of 248.57º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #22185E is Cyan = 0.64, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB342494-
CMYK0.640.7400.63
HSL248.57º59.32%23.14%-
HSV(B)248.57º74.47%36.86%-
XYZ3.011.810.78-
YUV34.97161.31127.31-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.37%
GREEN value IS 24 (9.77% from 255) = 15.79%
BLUE value IS 94 (37.11% from 255) = 61.84%
R=22.37%
G=15.79%
B=61.84%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3424940.640.7400.63248.5759.3223.14
Hex22185E404A03Ff93b17
Octal42301361001120773717327
Binary1000101100010111101000000100101001111111111100111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22185E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,24,94); }

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

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

 a { background-color: rgb(34,24,94); }

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

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

 span { border-color: rgb(34,24,94); }

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