#221453

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

Shades of Paua #221453

Tints of Paua #221453

Color information

#221453 (or 0x221453) is unknown color: approx Paua. HEX triplet: 22, 14 and 53. RGB value is (34,20,83). Sum of RGB (Red+Green+Blue) = 34+20+83=137 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.82% from 137); Green value is 20 (8.20% from 255 or 14.60% from 137); Blue value is 83 (32.81% from 255 or 60.58% from 137); Max value from RGB is 83 - color contains mainly: blue. Hex color #221453 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221453 is #DDEBAC. Grayscale: #1F1F1F. Windows color (decimal): -14543789 or 5444642. OLE color: 5444642.

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

Color convert

RGB342083-
CMYK0.590.7600.67
HSL253.33º61.17%20.2%-
HSV(B)253.33º75.9%32.55%-
XYZ2.471.468.34-
YUV31.37157.14129.88-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 24.82%
GREEN value IS 20 (8.20% from 255) = 14.60%
BLUE value IS 83 (32.81% from 255) = 60.58%
R=24.82%
G=14.60%
B=60.58%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3420830.590.7600.67253.3361.1720.2
Hex2214533B4C043fd3d14
Octal42241237311401033757524
Binary1000101010010100111110111001100010000111111110111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221453; }

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

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

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

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

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

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

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

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