#211E46

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

Shades of Paua #211E46

Tints of Paua #211E46

Color information

#211E46 (or 0x211E46) is unknown color: approx Paua. HEX triplet: 21, 1E and 46. RGB value is (33,30,70). Sum of RGB (Red+Green+Blue) = 33+30+70=133 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.81% from 133); Green value is 30 (12.11% from 255 or 22.56% from 133); Blue value is 70 (27.73% from 255 or 52.63% from 133); Max value from RGB is 70 - color contains mainly: blue. Hex color #211E46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211E46 is #DEE1B9. Grayscale: #232323. Windows color (decimal): -14606778 or 4595233. OLE color: 4595233.

HSL color Cylindrical-coordinate representation of color #211E46: hue angle of 244.5º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #211E46 is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB333070-
CMYK0.530.5700.73
HSL244.5º40%19.61%-
HSV(B)244.5º57.14%27.45%-
XYZ2.21.696.01-
YUV35.46147.49126.25-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.81%
GREEN value IS 30 (12.11% from 255) = 22.56%
BLUE value IS 70 (27.73% from 255) = 52.63%
R=24.81%
G=22.56%
B=52.63%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3330700.530.5700.73244.54019.61
Hex211E463539049f42814
Octal4136106657101113645024
Binary100001111101000110110101111001010010011111010010100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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