Html Css Color HEX #22165B Paua

📋 copy color: '#22165B'

red 34 ◦ green 22 ◦ blue 91

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

Shades of Paua #22165B

Tints of Paua #22165B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 61.9%

R = 23.13%
G = 14.97%
B = 61.9%

CMYK

 C value IS 0.63

 M value IS 0.76

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#22165B (or 0x22165B) is known color: Paua. HEX triplet: 22, 16 and 5B. RGB value is (34,22,91). Sum of RGB (Red+Green+Blue) = 34+22+91=147 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.13% from 147); Green value is 22 (8.98% from 255 or 14.97% from 147); Blue value is 91 (35.94% from 255 or 61.90% from 147); Max value from RGB is 91 - color contains mainly: blue. Hex color #22165B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22165B is #DDE9A4. Grayscale: #212121. Windows color (decimal): -14543269 or 5969442. OLE color: 5969442.

HSL color Cylindrical-coordinate representation of color #22165B: hue angle of 250.43º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #22165B is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 34 22 91 -
CMYK 0.63 0.76 0 0.64
HSL 250.43º 0.61% 0.22% -
HSV(B) 250.43º 0.76% 0.36% -
XYZ 2.83 1.67 10.07 -
YUV 33.45 160.48 128.39 -
System Red Green Blue C M Y K H S L
Decimal 34 22 91 0.63 0.76 0 0.64 250.43 0.61 0.22
Hex 22 16 5B 3F 4C 0 40 FA 3D 16
Octal 42 26 133 77 114 0 100 372 75 26
Binary 100010 10110 1011011 111111 1001100 0 1000000 11111010 111101 10110

Color Harmonies of #22165B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22165B

Black with #22165B

Text Example


Text Example

White with #22165B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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