#211C46

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

Shades of Paua #211C46

Tints of Paua #211C46

Color information

#211C46 (or 0x211C46) is unknown color: approx Paua. HEX triplet: 21, 1C and 46. RGB value is (33,28,70). Sum of RGB (Red+Green+Blue) = 33+28+70=131 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.19% from 131); Green value is 28 (11.33% from 255 or 21.37% from 131); Blue value is 70 (27.73% from 255 or 53.44% from 131); Max value from RGB is 70 - color contains mainly: blue. Hex color #211C46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211C46 is #DEE3B9. Grayscale: #222222. Windows color (decimal): -14607290 or 4594721. OLE color: 4594721.

HSL color Cylindrical-coordinate representation of color #211C46: hue angle of 247.14º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #211C46 is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB332870-
CMYK0.530.6000.73
HSL247.14º42.86%19.22%-
HSV(B)247.14º60%27.45%-
XYZ2.151.65.99-
YUV34.28148.16127.08-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25.19%
GREEN value IS 28 (11.33% from 255) = 21.37%
BLUE value IS 70 (27.73% from 255) = 53.44%
R=25.19%
G=21.37%
B=53.44%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3328700.530.6000.73247.1442.8619.22
Hex211C46353C049f72b13
Octal4134106657401113675323
Binary100001111001000110110101111100010010011111011110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,28,70); }

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

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

 a { background-color: rgb(33,28,70); }

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

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

 span { border-color: rgb(33,28,70); }

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