#211D59

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

Shades of Paua #211D59

Tints of Paua #211D59

Color information

#211D59 (or 0x211D59) is unknown color: approx Paua. HEX triplet: 21, 1D and 59. RGB value is (33,29,89). Sum of RGB (Red+Green+Blue) = 33+29+89=151 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.85% from 151); Green value is 29 (11.72% from 255 or 19.21% from 151); Blue value is 89 (35.16% from 255 or 58.94% from 151); Max value from RGB is 89 - color contains mainly: blue. Hex color #211D59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211D59 is #DEE2A6. Grayscale: #242424. Windows color (decimal): -14607015 or 5840161. OLE color: 5840161.

HSL color Cylindrical-coordinate representation of color #211D59: hue angle of 244º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #211D59 is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB332989-
CMYK0.630.6700.65
HSL244º50.85%23.14%-
HSV(B)244º67.42%34.9%-
XYZ2.871.929.67-
YUV37.04157.33125.12-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.85%
GREEN value IS 29 (11.72% from 255) = 19.21%
BLUE value IS 89 (35.16% from 255) = 58.94%
R=21.85%
G=19.21%
B=58.94%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3329890.630.6700.6524450.8523.14
Hex211D593F43041f43317
Octal41351317710301013646327
Binary1000011110110110011111111000011010000011111010011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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