#221958

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

Shades of Paua #221958

Tints of Paua #221958

Color information

#221958 (or 0x221958) is unknown color: approx Paua. HEX triplet: 22, 19 and 58. RGB value is (34,25,88). Sum of RGB (Red+Green+Blue) = 34+25+88=147 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.13% from 147); Green value is 25 (10.16% from 255 or 17.01% from 147); Blue value is 88 (34.77% from 255 or 59.86% from 147); Max value from RGB is 88 - color contains mainly: blue. Hex color #221958 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221958 is #DDE6A7. Grayscale: #222222. Windows color (decimal): -14542504 or 5773602. OLE color: 5773602.

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

Color convert

RGB342588-
CMYK0.610.7200.65
HSL248.57º55.75%22.16%-
HSV(B)248.57º71.59%34.51%-
XYZ2.771.749.42-
YUV34.87157.98127.38-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.13%
GREEN value IS 25 (10.16% from 255) = 17.01%
BLUE value IS 88 (34.77% from 255) = 59.86%
R=23.13%
G=17.01%
B=59.86%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3425880.610.7200.65248.5755.7522.16
Hex2219583D48041f93816
Octal42311307511001013717026
Binary1000101100110110001111011001000010000011111100111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221958; }

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

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

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

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

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

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

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

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