#211E4D

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

Shades of Paua #211E4D

Tints of Paua #211E4D

Color information

#211E4D (or 0x211E4D) is unknown color: approx Paua. HEX triplet: 21, 1E and 4D. RGB value is (33,30,77). Sum of RGB (Red+Green+Blue) = 33+30+77=140 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.57% from 140); Green value is 30 (12.11% from 255 or 21.43% from 140); Blue value is 77 (30.47% from 255 or 55% from 140); Max value from RGB is 77 - color contains mainly: blue. Hex color #211E4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211E4D is #DEE1B2. Grayscale: #242424. Windows color (decimal): -14606771 or 5053985. OLE color: 5053985.

HSL color Cylindrical-coordinate representation of color #211E4D: hue angle of 243.83º degrees, saturation: 0.44, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #211E4D is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB333077-
CMYK0.570.6100.70
HSL243.83º43.93%20.98%-
HSV(B)243.83º61.04%30.2%-
XYZ2.431.797.24-
YUV36.25150.99125.68-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.57%
GREEN value IS 30 (12.11% from 255) = 21.43%
BLUE value IS 77 (30.47% from 255) = 55%
R=23.57%
G=21.43%
B=55%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3330770.570.6100.70243.8343.9320.98
Hex211E4D393D046f42c15
Octal4136115717501063645425
Binary100001111101001101111001111101010001101111010010110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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