Html Css Color HEX #22155B Paua

📋 copy color: '#22155B'

red 34 ◦ green 21 ◦ blue 91

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

Shades of Paua #22155B

Tints of Paua #22155B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.38%

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

R = 23.29%
G = 14.38%
B = 62.33%

CMYK

 C value IS 0.63

 M value IS 0.77

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#22155B (or 0x22155B) is known color: Paua. HEX triplet: 22, 15 and 5B. RGB value is (34,21,91). Sum of RGB (Red+Green+Blue) = 34+21+91=146 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.29% from 146); Green value is 21 (8.59% from 255 or 14.38% from 146); Blue value is 91 (35.94% from 255 or 62.33% from 146); Max value from RGB is 91 - color contains mainly: blue. Hex color #22155B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22155B is #DDEAA4. Grayscale: #202020. Windows color (decimal): -14543525 or 5969186. OLE color: 5969186.

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

Color convert

RGB 34 21 91 -
CMYK 0.63 0.77 0 0.64
HSL 251.14º 0.63% 0.22% -
HSV(B) 251.14º 0.77% 0.36% -
XYZ 2.82 1.63 10.06 -
YUV 32.87 160.81 128.81 -
System Red Green Blue C M Y K H S L
Decimal 34 21 91 0.63 0.77 0 0.64 251.14 0.63 0.22
Hex 22 15 5B 3F 4D 0 40 FB 3E 16
Octal 42 25 133 77 115 0 100 373 76 26
Binary 100010 10101 1011011 111111 1001101 0 1000000 11111011 111110 10110

Color Harmonies of #22155B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22155B

Black with #22155B

Text Example


Text Example

White with #22155B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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