#211B49

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

Shades of Paua #211B49

Tints of Paua #211B49

Color information

#211B49 (or 0x211B49) is unknown color: approx Paua. HEX triplet: 21, 1B and 49. RGB value is (33,27,73). Sum of RGB (Red+Green+Blue) = 33+27+73=133 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.81% from 133); Green value is 27 (10.94% from 255 or 20.30% 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 #211B49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211B49 is #DEE4B6. Grayscale: #212121. Windows color (decimal): -14607543 or 4791073. OLE color: 4791073.

HSL color Cylindrical-coordinate representation of color #211B49: hue angle of 247.83º 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 #211B49 is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB332773-
CMYK0.550.6300.71
HSL247.83º46%19.61%-
HSV(B)247.83º63.01%28.63%-
XYZ2.221.596.49-
YUV34.04149.99127.26-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.81%
GREEN value IS 27 (10.94% from 255) = 20.30%
BLUE value IS 73 (28.91% from 255) = 54.89%
R=24.81%
G=20.30%
B=54.89%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3327730.550.6300.71247.834619.61
Hex211B49373F047f82e14
Octal4133111677701073705624
Binary100001110111001001110111111111010001111111100010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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