#211D55

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

Shades of Paua #211D55

Tints of Paua #211D55

Color information

#211D55 (or 0x211D55) is unknown color: approx Paua. HEX triplet: 21, 1D and 55. RGB value is (33,29,85). Sum of RGB (Red+Green+Blue) = 33+29+85=147 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.45% from 147); Green value is 29 (11.72% from 255 or 19.73% from 147); Blue value is 85 (33.59% from 255 or 57.82% from 147); Max value from RGB is 85 - color contains mainly: blue. Hex color #211D55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211D55 is #DEE2AA. Grayscale: #242424. Windows color (decimal): -14607019 or 5578017. OLE color: 5578017.

HSL color Cylindrical-coordinate representation of color #211D55: hue angle of 244.29º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #211D55 is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB332985-
CMYK0.610.6600.67
HSL244.29º49.12%22.35%-
HSV(B)244.29º65.88%33.33%-
XYZ2.711.868.81-
YUV36.58155.33125.45-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.45%
GREEN value IS 29 (11.72% from 255) = 19.73%
BLUE value IS 85 (33.59% from 255) = 57.82%
R=22.45%
G=19.73%
B=57.82%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3329850.610.6600.67244.2949.1222.35
Hex211D553D42043f43116
Octal41351257510201033646126
Binary1000011110110101011111011000010010000111111010011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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