#211E52

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

Shades of Paua #211E52

Tints of Paua #211E52

Color information

#211E52 (or 0x211E52) is unknown color: approx Paua. HEX triplet: 21, 1E and 52. RGB value is (33,30,82). Sum of RGB (Red+Green+Blue) = 33+30+82=145 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.76% from 145); Green value is 30 (12.11% from 255 or 20.69% from 145); Blue value is 82 (32.42% from 255 or 56.55% from 145); Max value from RGB is 82 - color contains mainly: blue. Hex color #211E52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211E52 is #DEE1AD. Grayscale: #242424. Windows color (decimal): -14606766 or 5381665. OLE color: 5381665.

HSL color Cylindrical-coordinate representation of color #211E52: hue angle of 243.46º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #211E52 is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB333082-
CMYK0.600.6300.68
HSL243.46º46.43%21.96%-
HSV(B)243.46º63.41%32.16%-
XYZ2.611.868.2-
YUV36.82153.49125.27-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.76%
GREEN value IS 30 (12.11% from 255) = 20.69%
BLUE value IS 82 (32.42% from 255) = 56.55%
R=22.76%
G=20.69%
B=56.55%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3330820.600.6300.68243.4646.4321.96
Hex211E523C3F044f32e16
Octal4136122747701043635626
Binary100001111101010010111100111111010001001111001110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,30,82); }

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

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

 a { background-color: rgb(33,30,82); }

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

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

 span { border-color: rgb(33,30,82); }

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