#221A49

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

Shades of Paua #221A49

Tints of Paua #221A49

Color information

#221A49 (or 0x221A49) is unknown color: approx Paua. HEX triplet: 22, 1A and 49. RGB value is (34,26,73). Sum of RGB (Red+Green+Blue) = 34+26+73=133 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.56% from 133); Green value is 26 (10.55% from 255 or 19.55% from 133); Blue value is 73 (28.91% from 255 or 54.89% from 133); Max value from RGB is 73 - color contains mainly: blue. Hex color #221A49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221A49 is #DDE5B6. Grayscale: #212121. Windows color (decimal): -14542263 or 4790818. OLE color: 4790818.

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

Color convert

RGB342673-
CMYK0.530.6400.71
HSL250.21º47.47%19.41%-
HSV(B)250.21º64.38%28.63%-
XYZ2.231.566.49-
YUV33.75150.15128.18-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 25.56%
GREEN value IS 26 (10.55% from 255) = 19.55%
BLUE value IS 73 (28.91% from 255) = 54.89%
R=25.56%
G=19.55%
B=54.89%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3426730.530.6400.71250.2147.4719.41
Hex221A493540047fa2f13
Octal42321116510001073725723
Binary1000101101010010011101011000000010001111111101010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221A49; }

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

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

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

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

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

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

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

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