#222351

Color #222351 Paua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paua #222351

Tints of Paua #222351

Color information

#222351 (or 0x222351) is unknown color: approx Paua. HEX triplet: 22, 23 and 51. RGB value is (34,35,81). Sum of RGB (Red+Green+Blue) = 34+35+81=150 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.67% from 150); Green value is 35 (14.06% from 255 or 23.33% from 150); Blue value is 81 (32.03% from 255 or 54% from 150); Max value from RGB is 81 - color contains mainly: blue. Hex color #222351 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222351 is #DDDCAE. Grayscale: #272727. Windows color (decimal): -14539951 or 5317410. OLE color: 5317410.

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

Color convert

RGB343581-
CMYK0.580.5700.68
HSL238.72º40.87%22.55%-
HSV(B)238.72º58.02%31.76%-
XYZ2.752.148.05-
YUV39.94151.17123.76-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.67%
GREEN value IS 35 (14.06% from 255) = 23.33%
BLUE value IS 81 (32.03% from 255) = 54%
R=22.67%
G=23.33%
B=54%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3435810.580.5700.68238.7240.8722.55
Hex2223513A39044ef2917
Octal4243121727101043575127
Binary1000101000111010001111010111001010001001110111110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222351; }

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

 H1.HeaderClassName
 {
   color: #222351;
 }
 .AnyTagClassName
 {
   color: #222351;
 }
</style>
background-color css

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

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

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

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

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

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