Html Css Color HEX #22204B Paua

📋 copy color: '#22204B'

red 34 ◦ green 32 ◦ blue 75

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

Shades of Paua #22204B

Tints of Paua #22204B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 22.7%

 BLUE value IS 75 (29.69% from 255) = 53.19%

R = 24.11%
G = 22.7%
B = 53.19%

CMYK

 C value IS 0.55

 M value IS 0.57

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#22204B (or 0x22204B) is known color: Paua. HEX triplet: 22, 20 and 4B. RGB value is (34,32,75). Sum of RGB (Red+Green+Blue) = 34+32+75=141 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.11% from 141); Green value is 32 (12.89% from 255 or 22.70% from 141); Blue value is 75 (29.69% from 255 or 53.19% from 141); Max value from RGB is 75 - color contains mainly: blue. Hex color #22204B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22204B is #DDDFB4. Grayscale: #252525. Windows color (decimal): -14540725 or 4923426. OLE color: 4923426.

HSL color Cylindrical-coordinate representation of color #22204B: hue angle of 242.79º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #22204B is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 34 32 75 -
CMYK 0.55 0.57 0 0.71
HSL 242.79º 0.4% 0.21% -
HSV(B) 242.79º 0.57% 0.29% -
XYZ 2.45 1.88 6.89 -
YUV 37.5 149.16 125.5 -
System Red Green Blue C M Y K H S L
Decimal 34 32 75 0.55 0.57 0 0.71 242.79 0.4 0.21
Hex 22 20 4B 37 39 0 47 F3 28 15
Octal 42 40 113 67 71 0 107 363 50 25
Binary 100010 100000 1001011 110111 111001 0 1000111 11110011 101000 10101

Color Harmonies of #22204B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22204B

Black with #22204B

Text Example


Text Example

White with #22204B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,32,75); }

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

background-color css

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

 a { background-color: rgb(34,32,75); }

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

border-color css

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

 span { border-color: rgb(34,32,75); }

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