Html Css Color HEX #222053 Paua

📋 copy color: '#222053'

red 34 ◦ green 32 ◦ blue 83

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

Shades of Paua #222053

Tints of Paua #222053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 55.7%

R = 22.82%
G = 21.48%
B = 55.7%

CMYK

 C value IS 0.59

 M value IS 0.61

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#222053 (or 0x222053) is known color: Paua. HEX triplet: 22, 20 and 53. RGB value is (34,32,83). Sum of RGB (Red+Green+Blue) = 34+32+83=149 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.82% from 149); Green value is 32 (12.89% from 255 or 21.48% from 149); Blue value is 83 (32.81% from 255 or 55.70% from 149); Max value from RGB is 83 - color contains mainly: blue. Hex color #222053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222053 is #DDDFAC. Grayscale: #262626. Windows color (decimal): -14540717 or 5447714. OLE color: 5447714.

HSL color Cylindrical-coordinate representation of color #222053: hue angle of 242.35º 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 #222053 is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 34 32 83 -
CMYK 0.59 0.61 0 0.67
HSL 242.35º 0.44% 0.23% -
HSV(B) 242.35º 0.61% 0.33% -
XYZ 2.74 2 8.42 -
YUV 38.41 153.16 124.85 -
System Red Green Blue C M Y K H S L
Decimal 34 32 83 0.59 0.61 0 0.67 242.35 0.44 0.23
Hex 22 20 53 3B 3D 0 43 F2 2C 17
Octal 42 40 123 73 75 0 103 362 54 27
Binary 100010 100000 1010011 111011 111101 0 1000011 11110010 101100 10111

Color Harmonies of #222053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222053

Black with #222053

Text Example


Text Example

White with #222053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #222053; }

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

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

background-color css

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

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

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

border-color css

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

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

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