#221949

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

Shades of Paua #221949

Tints of Paua #221949

Color information

#221949 (or 0x221949) is unknown color: approx Paua. HEX triplet: 22, 19 and 49. RGB value is (34,25,73). Sum of RGB (Red+Green+Blue) = 34+25+73=132 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.76% from 132); Green value is 25 (10.16% from 255 or 18.94% from 132); Blue value is 73 (28.91% from 255 or 55.30% from 132); Max value from RGB is 73 - color contains mainly: blue. Hex color #221949 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221949 is #DDE6B6. Grayscale: #202020. Windows color (decimal): -14542519 or 4790562. OLE color: 4790562.

HSL color Cylindrical-coordinate representation of color #221949: hue angle of 251.25º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #221949 is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB342573-
CMYK0.530.6600.71
HSL251.25º48.98%19.22%-
HSV(B)251.25º65.75%28.63%-
XYZ2.211.526.48-
YUV33.16150.48128.6-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 25.76%
GREEN value IS 25 (10.16% from 255) = 18.94%
BLUE value IS 73 (28.91% from 255) = 55.30%
R=25.76%
G=18.94%
B=55.30%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3425730.530.6600.71251.2548.9819.22
Hex2219493542047fb3113
Octal42311116510201073736123
Binary1000101100110010011101011000010010001111111101111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221949; }

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

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

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

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

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

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

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

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