#221558

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

Shades of Paua #221558

Tints of Paua #221558

Color information

#221558 (or 0x221558) is unknown color: approx Paua. HEX triplet: 22, 15 and 58. RGB value is (34,21,88). Sum of RGB (Red+Green+Blue) = 34+21+88=143 (18% of max value = 765). Red value is 34 (13.67% from 255 or 23.78% from 143); Green value is 21 (8.59% from 255 or 14.69% from 143); Blue value is 88 (34.77% from 255 or 61.54% from 143); Max value from RGB is 88 - color contains mainly: blue. Hex color #221558 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221558 is #DDEAA7. Grayscale: #202020. Windows color (decimal): -14543528 or 5772578. OLE color: 5772578.

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

Color convert

RGB342188-
CMYK0.610.7600.65
HSL251.64º61.47%21.37%-
HSV(B)251.64º76.14%34.51%-
XYZ2.691.589.4-
YUV32.53159.31129.05-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.78%
GREEN value IS 21 (8.59% from 255) = 14.69%
BLUE value IS 88 (34.77% from 255) = 61.54%
R=23.78%
G=14.69%
B=61.54%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3421880.610.7600.65251.6461.4721.37
Hex2215583D4C041fc3d15
Octal42251307511401013747525
Binary1000101010110110001111011001100010000011111110011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221558; }

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

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

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

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

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

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

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

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