#221653

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

Shades of Paua #221653

Tints of Paua #221653

Color information

#221653 (or 0x221653) is unknown color: approx Paua. HEX triplet: 22, 16 and 53. RGB value is (34,22,83). Sum of RGB (Red+Green+Blue) = 34+22+83=139 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.46% from 139); Green value is 22 (8.98% from 255 or 15.83% from 139); Blue value is 83 (32.81% from 255 or 59.71% from 139); Max value from RGB is 83 - color contains mainly: blue. Hex color #221653 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221653 is #DDE9AC. Grayscale: #202020. Windows color (decimal): -14543277 or 5445154. OLE color: 5445154.

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

Color convert

RGB342283-
CMYK0.590.7300.67
HSL251.8º58.1%20.59%-
HSV(B)251.8º73.49%32.55%-
XYZ2.511.548.35-
YUV32.54156.48129.04-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 24.46%
GREEN value IS 22 (8.98% from 255) = 15.83%
BLUE value IS 83 (32.81% from 255) = 59.71%
R=24.46%
G=15.83%
B=59.71%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3422830.590.7300.67251.858.120.59
Hex2216533B49043fc3a15
Octal42261237311101033747225
Binary1000101011010100111110111001001010000111111110011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221653; }

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

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

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

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

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

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

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

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