#221554

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

Shades of Paua #221554

Tints of Paua #221554

Color information

#221554 (or 0x221554) is unknown color: approx Paua. HEX triplet: 22, 15 and 54. RGB value is (34,21,84). Sum of RGB (Red+Green+Blue) = 34+21+84=139 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.46% from 139); Green value is 21 (8.59% from 255 or 15.11% from 139); Blue value is 84 (33.20% from 255 or 60.43% from 139); Max value from RGB is 84 - color contains mainly: blue. Hex color #221554 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221554 is #DDEAAB. Grayscale: #1F1F1F. Windows color (decimal): -14543532 or 5510434. OLE color: 5510434.

HSL color Cylindrical-coordinate representation of color #221554: hue angle of 252.38º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #221554 is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB342184-
CMYK0.600.7500.67
HSL252.38º60%20.59%-
HSV(B)252.38º75%32.94%-
XYZ2.531.528.55-
YUV32.07157.31129.38-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 24.46%
GREEN value IS 21 (8.59% from 255) = 15.11%
BLUE value IS 84 (33.20% from 255) = 60.43%
R=24.46%
G=15.11%
B=60.43%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3421840.600.7500.67252.386020.59
Hex2215543C4B043fc3c15
Octal42251247411301033747425
Binary1000101010110101001111001001011010000111111110011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221554; }

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

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

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

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

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

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

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

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