Html Css Color HEX #222352 Paua

📋 copy color: '#222352'

red 34 ◦ green 35 ◦ blue 82

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

Shades of Paua #222352

Tints of Paua #222352

RGB

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

 GREEN value IS 35 (14.06% from 255) = 23.18%

 BLUE value IS 82 (32.42% from 255) = 54.3%

R = 22.52%
G = 23.18%
B = 54.3%

CMYK

 C value IS 0.59

 M value IS 0.57

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#222352 (or 0x222352) is known color: Paua. HEX triplet: 22, 23 and 52. RGB value is (34,35,82). Sum of RGB (Red+Green+Blue) = 34+35+82=151 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.52% from 151); Green value is 35 (14.06% from 255 or 23.18% from 151); Blue value is 82 (32.42% from 255 or 54.30% from 151); Max value from RGB is 82 - color contains mainly: blue. Hex color #222352 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222352 is #DDDCAD. Grayscale: #272727. Windows color (decimal): -14539950 or 5382946. OLE color: 5382946.

HSL color Cylindrical-coordinate representation of color #222352: hue angle of 238.75º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #222352 is Cyan = 0.59, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 34 35 82 -
CMYK 0.59 0.57 0 0.68
HSL 238.75º 0.41% 0.23% -
HSV(B) 238.75º 0.59% 0.32% -
XYZ 2.78 2.15 8.25 -
YUV 40.06 151.67 123.68 -
System Red Green Blue C M Y K H S L
Decimal 34 35 82 0.59 0.57 0 0.68 238.75 0.41 0.23
Hex 22 23 52 3B 39 0 44 EF 29 17
Octal 42 43 122 73 71 0 104 357 51 27
Binary 100010 100011 1010010 111011 111001 0 1000100 11101111 101001 10111

Color Harmonies of #222352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222352

Black with #222352

Text Example


Text Example

White with #222352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #222352; }

 p { color: rgb(34,35,82); }

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

background-color css

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

 a { background-color: rgb(34,35,82); }

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

border-color css

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

 span { border-color: rgb(34,35,82); }

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