#211759

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

Shades of Paua #211759

Tints of Paua #211759

Color information

#211759 (or 0x211759) is unknown color: approx Paua. HEX triplet: 21, 17 and 59. RGB value is (33,23,89). Sum of RGB (Red+Green+Blue) = 33+23+89=145 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.76% from 145); Green value is 23 (9.38% from 255 or 15.86% from 145); Blue value is 89 (35.16% from 255 or 61.38% from 145); Max value from RGB is 89 - color contains mainly: blue. Hex color #211759 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211759 is #DEE8A6. Grayscale: #212121. Windows color (decimal): -14608551 or 5838625. OLE color: 5838625.

HSL color Cylindrical-coordinate representation of color #211759: hue angle of 249.09º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #211759 is Cyan = 0.63, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB332389-
CMYK0.630.7400.65
HSL249.09º58.93%21.96%-
HSV(B)249.09º74.16%34.9%-
XYZ2.741.669.63-
YUV33.51159.31127.63-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.76%
GREEN value IS 23 (9.38% from 255) = 15.86%
BLUE value IS 89 (35.16% from 255) = 61.38%
R=22.76%
G=15.86%
B=61.38%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3323890.630.7400.65249.0958.9321.96
Hex2117593F4A041f93b16
Octal41271317711201013717326
Binary1000011011110110011111111001010010000011111100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211759; }

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

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

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

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

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

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

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

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