#221650

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

Shades of Paua #221650

Tints of Paua #221650

Color information

#221650 (or 0x221650) is unknown color: approx Paua. HEX triplet: 22, 16 and 50. RGB value is (34,22,80). Sum of RGB (Red+Green+Blue) = 34+22+80=136 (18% of max value = 765). Red value is 34 (13.67% from 255 or 25% from 136); Green value is 22 (8.98% from 255 or 16.18% from 136); Blue value is 80 (31.64% from 255 or 58.82% from 136); Max value from RGB is 80 - color contains mainly: blue. Hex color #221650 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221650 is #DDE9AF. Grayscale: #1F1F1F. Windows color (decimal): -14543280 or 5248546. OLE color: 5248546.

HSL color Cylindrical-coordinate representation of color #221650: hue angle of 252.41º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #221650 is Cyan = 0.58, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB342280-
CMYK0.580.7200.69
HSL252.41º56.86%20%-
HSV(B)252.41º72.5%31.37%-
XYZ2.391.497.75-
YUV32.2154.98129.28-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 25%
GREEN value IS 22 (8.98% from 255) = 16.18%
BLUE value IS 80 (31.64% from 255) = 58.82%
R=25%
G=16.18%
B=58.82%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3422800.580.7200.69252.4156.8620
Hex2216503A48045fc3914
Octal42261207211001053747124
Binary1000101011010100001110101001000010001011111110011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221650; }

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

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

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

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

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

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

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

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