#211B57

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

Shades of Paua #211B57

Tints of Paua #211B57

Color information

#211B57 (or 0x211B57) is unknown color: approx Paua. HEX triplet: 21, 1B and 57. RGB value is (33,27,87). Sum of RGB (Red+Green+Blue) = 33+27+87=147 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.45% from 147); Green value is 27 (10.94% from 255 or 18.37% from 147); Blue value is 87 (34.38% from 255 or 59.18% from 147); Max value from RGB is 87 - color contains mainly: blue. Hex color #211B57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211B57 is #DEE4A8. Grayscale: #232323. Windows color (decimal): -14607529 or 5708577. OLE color: 5708577.

HSL color Cylindrical-coordinate representation of color #211B57: hue angle of 246º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #211B57 is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB332787-
CMYK0.620.6900.66
HSL246º52.63%22.35%-
HSV(B)246º68.97%34.12%-
XYZ2.741.89.22-
YUV35.63156.99126.12-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.45%
GREEN value IS 27 (10.94% from 255) = 18.37%
BLUE value IS 87 (34.38% from 255) = 59.18%
R=22.45%
G=18.37%
B=59.18%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3327870.620.6900.6624652.6322.35
Hex211B573E45042f63516
Octal41331277610501023666526
Binary1000011101110101111111101000101010000101111011011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,27,87); }

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

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

 a { background-color: rgb(33,27,87); }

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

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

 span { border-color: rgb(33,27,87); }

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