#222058

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

Shades of Paua #222058

Tints of Paua #222058

Color information

#222058 (or 0x222058) is unknown color: approx Paua. HEX triplet: 22, 20 and 58. RGB value is (34,32,88). Sum of RGB (Red+Green+Blue) = 34+32+88=154 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.08% from 154); Green value is 32 (12.89% from 255 or 20.78% from 154); Blue value is 88 (34.77% from 255 or 57.14% from 154); Max value from RGB is 88 - color contains mainly: blue. Hex color #222058 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222058 is #DDDFA7. Grayscale: #262626. Windows color (decimal): -14540712 or 5775394. OLE color: 5775394.

HSL color Cylindrical-coordinate representation of color #222058: hue angle of 242.14º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #222058 is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB343288-
CMYK0.610.6400.65
HSL242.14º46.67%23.53%-
HSV(B)242.14º63.64%34.51%-
XYZ2.942.089.48-
YUV38.98155.66124.45-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.08%
GREEN value IS 32 (12.89% from 255) = 20.78%
BLUE value IS 88 (34.77% from 255) = 57.14%
R=22.08%
G=20.78%
B=57.14%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3432880.610.6400.65242.1446.6723.53
Hex2220583D40041f22f18
Octal42401307510001013625730
Binary10001010000010110001111011000000010000011111001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222058; }

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

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

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

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

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

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

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

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