#221951

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

Shades of Paua #221951

Tints of Paua #221951

Color information

#221951 (or 0x221951) is unknown color: approx Paua. HEX triplet: 22, 19 and 51. RGB value is (34,25,81). Sum of RGB (Red+Green+Blue) = 34+25+81=140 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.29% from 140); Green value is 25 (10.16% from 255 or 17.86% from 140); Blue value is 81 (32.03% from 255 or 57.86% from 140); Max value from RGB is 81 - color contains mainly: blue. Hex color #221951 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221951 is #DDE6AE. Grayscale: #212121. Windows color (decimal): -14542511 or 5314850. OLE color: 5314850.

HSL color Cylindrical-coordinate representation of color #221951: hue angle of 249.64º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #221951 is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB342581-
CMYK0.580.6900.68
HSL249.64º52.83%20.78%-
HSV(B)249.64º69.14%31.76%-
XYZ2.491.637.97-
YUV34.08154.48127.95-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 24.29%
GREEN value IS 25 (10.16% from 255) = 17.86%
BLUE value IS 81 (32.03% from 255) = 57.86%
R=24.29%
G=17.86%
B=57.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3425810.580.6900.68249.6452.8320.78
Hex2219513A45044fa3515
Octal42311217210501043726525
Binary1000101100110100011110101000101010001001111101011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221951; }

 p { color: rgb(34,25,81); }

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

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

 a { background-color: rgb(34,25,81); }

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

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

 span { border-color: rgb(34,25,81); }

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