#211E4E

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

Shades of Paua #211E4E

Tints of Paua #211E4E

Color information

#211E4E (or 0x211E4E) is unknown color: approx Paua. HEX triplet: 21, 1E and 4E. RGB value is (33,30,78). Sum of RGB (Red+Green+Blue) = 33+30+78=141 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.40% from 141); Green value is 30 (12.11% from 255 or 21.28% from 141); Blue value is 78 (30.86% from 255 or 55.32% from 141); Max value from RGB is 78 - color contains mainly: blue. Hex color #211E4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211E4E is #DEE1B1. Grayscale: #242424. Windows color (decimal): -14606770 or 5119521. OLE color: 5119521.

HSL color Cylindrical-coordinate representation of color #211E4E: hue angle of 243.75º degrees, saturation: 0.44, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #211E4E is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB333078-
CMYK0.580.6200.69
HSL243.75º44.44%21.18%-
HSV(B)243.75º61.54%30.59%-
XYZ2.471.87.43-
YUV36.37151.49125.6-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.40%
GREEN value IS 30 (12.11% from 255) = 21.28%
BLUE value IS 78 (30.86% from 255) = 55.32%
R=23.40%
G=21.28%
B=55.32%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3330780.580.6200.69243.7544.4421.18
Hex211E4E3A3E045f42c15
Octal4136116727601053645425
Binary100001111101001110111010111110010001011111010010110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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