Html Css Color HEX #22165E Paua

📋 copy color: '#22165E'

red 34 ◦ green 22 ◦ blue 94

#22165E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paua #22165E

Tints of Paua #22165E

RGB

 RED value IS 34 (13.67% from 255) = 22.67%

 GREEN value IS 22 (8.98% from 255) = 14.67%

 BLUE value IS 94 (37.11% from 255) = 62.67%

R = 22.67%
G = 14.67%
B = 62.67%

CMYK

 C value IS 0.64

 M value IS 0.77

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#22165E (or 0x22165E) is known color: Paua. HEX triplet: 22, 16 and 5E. RGB value is (34,22,94). Sum of RGB (Red+Green+Blue) = 34+22+94=150 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.67% from 150); Green value is 22 (8.98% from 255 or 14.67% from 150); Blue value is 94 (37.11% from 255 or 62.67% from 150); Max value from RGB is 94 - color contains mainly: blue. Hex color #22165E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22165E is #DDE9A1. Grayscale: #212121. Windows color (decimal): -14543266 or 6166050. OLE color: 6166050.

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

Color convert

RGB 34 22 94 -
CMYK 0.64 0.77 0 0.63
HSL 250º 0.62% 0.23% -
HSV(B) 250º 0.77% 0.37% -
XYZ 2.97 1.72 10.77 -
YUV 33.8 161.98 128.15 -
System Red Green Blue C M Y K H S L
Decimal 34 22 94 0.64 0.77 0 0.63 250 0.62 0.23
Hex 22 16 5E 40 4D 0 3F FA 3E 17
Octal 42 26 136 100 115 0 77 372 76 27
Binary 100010 10110 1011110 1000000 1001101 0 111111 11111010 111110 10111

Color Harmonies of #22165E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22165E

Black with #22165E

Text Example


Text Example

White with #22165E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #22165E;
 }
 .AnyTagClassName
 {
   color: #22165E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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