Html Css Color HEX #22155A Paua

📋 copy color: '#22155A'

red 34 ◦ green 21 ◦ blue 90

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

Shades of Paua #22155A

Tints of Paua #22155A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 62.07%

R = 23.45%
G = 14.48%
B = 62.07%

CMYK

 C value IS 0.62

 M value IS 0.77

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#22155A (or 0x22155A) is known color: Paua. HEX triplet: 22, 15 and 5A. RGB value is (34,21,90). Sum of RGB (Red+Green+Blue) = 34+21+90=145 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.45% from 145); Green value is 21 (8.59% from 255 or 14.48% from 145); Blue value is 90 (35.55% from 255 or 62.07% from 145); Max value from RGB is 90 - color contains mainly: blue. Hex color #22155A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22155A is #DDEAA5. Grayscale: #202020. Windows color (decimal): -14543526 or 5903650. OLE color: 5903650.

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

Color convert

RGB 34 21 90 -
CMYK 0.62 0.77 0 0.65
HSL 251.3º 0.62% 0.22% -
HSV(B) 251.3º 0.77% 0.35% -
XYZ 2.77 1.61 9.84 -
YUV 32.75 160.31 128.89 -
System Red Green Blue C M Y K H S L
Decimal 34 21 90 0.62 0.77 0 0.65 251.3 0.62 0.22
Hex 22 15 5A 3E 4D 0 41 FB 3E 16
Octal 42 25 132 76 115 0 101 373 76 26
Binary 100010 10101 1011010 111110 1001101 0 1000001 11111011 111110 10110

Color Harmonies of #22155A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22155A

Black with #22155A

Text Example


Text Example

White with #22155A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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