#221553

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

Shades of Paua #221553

Tints of Paua #221553

Color information

#221553 (or 0x221553) is unknown color: approx Paua. HEX triplet: 22, 15 and 53. RGB value is (34,21,83). Sum of RGB (Red+Green+Blue) = 34+21+83=138 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.64% from 138); Green value is 21 (8.59% from 255 or 15.22% from 138); Blue value is 83 (32.81% from 255 or 60.14% from 138); Max value from RGB is 83 - color contains mainly: blue. Hex color #221553 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221553 is #DDEAAC. Grayscale: #1F1F1F. Windows color (decimal): -14543533 or 5444898. OLE color: 5444898.

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

Color convert

RGB342183-
CMYK0.590.7500.67
HSL252.58º59.62%20.39%-
HSV(B)252.58º74.7%32.55%-
XYZ2.491.58.34-
YUV31.96156.81129.46-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 24.64%
GREEN value IS 21 (8.59% from 255) = 15.22%
BLUE value IS 83 (32.81% from 255) = 60.14%
R=24.64%
G=15.22%
B=60.14%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3421830.590.7500.67252.5859.6220.39
Hex2215533B4B043fd3c14
Octal42251237311301033757424
Binary1000101010110100111110111001011010000111111110111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221553; }

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

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

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

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

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

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

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

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