#221B49

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

Shades of Paua #221B49

Tints of Paua #221B49

Color information

#221B49 (or 0x221B49) is unknown color: approx Paua. HEX triplet: 22, 1B and 49. RGB value is (34,27,73). Sum of RGB (Red+Green+Blue) = 34+27+73=134 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.37% from 134); Green value is 27 (10.94% from 255 or 20.15% from 134); Blue value is 73 (28.91% from 255 or 54.48% from 134); Max value from RGB is 73 - color contains mainly: blue. Hex color #221B49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221B49 is #DDE4B6. Grayscale: #222222. Windows color (decimal): -14542007 or 4791074. OLE color: 4791074.

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

Color convert

RGB342773-
CMYK0.530.6300.71
HSL249.13º46%19.61%-
HSV(B)249.13º63.01%28.63%-
XYZ2.251.66.49-
YUV34.34149.82127.76-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 25.37%
GREEN value IS 27 (10.94% from 255) = 20.15%
BLUE value IS 73 (28.91% from 255) = 54.48%
R=25.37%
G=20.15%
B=54.48%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3427730.530.6300.71249.134619.61
Hex221B49353F047f92e14
Octal4233111657701073715624
Binary100010110111001001110101111111010001111111100110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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