Html Css Color HEX #222155 Paua

📋 copy color: '#222155'

red 34 ◦ green 33 ◦ blue 85

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

Shades of Paua #222155

Tints of Paua #222155

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.71%

 BLUE value IS 85 (33.59% from 255) = 55.92%

R = 22.37%
G = 21.71%
B = 55.92%

CMYK

 C value IS 0.60

 M value IS 0.61

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#222155 (or 0x222155) is known color: Paua. HEX triplet: 22, 21 and 55. RGB value is (34,33,85). Sum of RGB (Red+Green+Blue) = 34+33+85=152 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.37% from 152); Green value is 33 (13.28% from 255 or 21.71% from 152); Blue value is 85 (33.59% from 255 or 55.92% from 152); Max value from RGB is 85 - color contains mainly: blue. Hex color #222155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222155 is #DDDEAA. Grayscale: #272727. Windows color (decimal): -14540459 or 5579042. OLE color: 5579042.

HSL color Cylindrical-coordinate representation of color #222155: hue angle of 241.15º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #222155 is Cyan = 0.60, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 34 33 85 -
CMYK 0.60 0.61 0 0.67
HSL 241.15º 0.44% 0.23% -
HSV(B) 241.15º 0.61% 0.33% -
XYZ 2.84 2.08 8.85 -
YUV 39.23 153.83 124.27 -
System Red Green Blue C M Y K H S L
Decimal 34 33 85 0.60 0.61 0 0.67 241.15 0.44 0.23
Hex 22 21 55 3C 3D 0 43 F1 2C 17
Octal 42 41 125 74 75 0 103 361 54 27
Binary 100010 100001 1010101 111100 111101 0 1000011 11110001 101100 10111

Color Harmonies of #222155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222155

Black with #222155

Text Example


Text Example

White with #222155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #222155; }

 p { color: rgb(34,33,85); }

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

background-color css

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

 a { background-color: rgb(34,33,85); }

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

border-color css

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

 span { border-color: rgb(34,33,85); }

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