#211D5E

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

Shades of Paua #211D5E

Tints of Paua #211D5E

Color information

#211D5E (or 0x211D5E) is unknown color: approx Paua. HEX triplet: 21, 1D and 5E. RGB value is (33,29,94). Sum of RGB (Red+Green+Blue) = 33+29+94=156 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.15% from 156); Green value is 29 (11.72% from 255 or 18.59% from 156); Blue value is 94 (37.11% from 255 or 60.26% from 156); Max value from RGB is 94 - color contains mainly: blue. Hex color #211D5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211D5E is #DEE2A1. Grayscale: #252525. Windows color (decimal): -14607010 or 6167841. OLE color: 6167841.

HSL color Cylindrical-coordinate representation of color #211D5E: hue angle of 243.69º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #211D5E is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB332994-
CMYK0.650.6900.63
HSL243.69º52.85%24.12%-
HSV(B)243.69º69.15%36.86%-
XYZ3.092.0110.81-
YUV37.61159.83124.71-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.15%
GREEN value IS 29 (11.72% from 255) = 18.59%
BLUE value IS 94 (37.11% from 255) = 60.26%
R=21.15%
G=18.59%
B=60.26%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3329940.650.6900.63243.6952.8524.12
Hex211D5E414503Ff43518
Octal41351361011050773646530
Binary1000011110110111101000001100010101111111111010011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,29,94); }

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

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

 a { background-color: rgb(33,29,94); }

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

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

 span { border-color: rgb(33,29,94); }

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