#221258

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

Shades of Paua #221258

Tints of Paua #221258

Color information

#221258 (or 0x221258) is unknown color: approx Paua. HEX triplet: 22, 12 and 58. RGB value is (34,18,88). Sum of RGB (Red+Green+Blue) = 34+18+88=140 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.29% from 140); Green value is 18 (7.42% from 255 or 12.86% from 140); Blue value is 88 (34.77% from 255 or 62.86% from 140); Max value from RGB is 88 - color contains mainly: blue. Hex color #221258 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221258 is #DDEDA7. Grayscale: #1E1E1E. Windows color (decimal): -14544296 or 5771810. OLE color: 5771810.

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

Color convert

RGB341888-
CMYK0.610.8000.65
HSL253.71º66.04%20.78%-
HSV(B)253.71º79.55%34.51%-
XYZ2.641.489.38-
YUV30.76160.3130.31-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 24.29%
GREEN value IS 18 (7.42% from 255) = 12.86%
BLUE value IS 88 (34.77% from 255) = 62.86%
R=24.29%
G=12.86%
B=62.86%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3418880.610.8000.65253.7166.0420.78
Hex2212583D50041fe4215
Octal422213075120010137610225
Binary10001010010101100011110110100000100000111111110100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221258; }

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

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

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

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

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

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

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

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