#211757

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

Shades of Paua #211757

Tints of Paua #211757

Color information

#211757 (or 0x211757) is unknown color: approx Paua. HEX triplet: 21, 17 and 57. RGB value is (33,23,87). Sum of RGB (Red+Green+Blue) = 33+23+87=143 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.08% from 143); Green value is 23 (9.38% from 255 or 16.08% from 143); Blue value is 87 (34.38% from 255 or 60.84% from 143); Max value from RGB is 87 - color contains mainly: blue. Hex color #211757 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211757 is #DEE8A8. Grayscale: #212121. Windows color (decimal): -14608553 or 5707553. OLE color: 5707553.

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

Color convert

RGB332387-
CMYK0.620.7400.66
HSL249.38º58.18%21.57%-
HSV(B)249.38º73.56%34.12%-
XYZ2.651.629.19-
YUV33.29158.31127.8-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.08%
GREEN value IS 23 (9.38% from 255) = 16.08%
BLUE value IS 87 (34.38% from 255) = 60.84%
R=23.08%
G=16.08%
B=60.84%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3323870.620.7400.66249.3858.1821.57
Hex2117573E4A042f93a16
Octal41271277611201023717226
Binary1000011011110101111111101001010010000101111100111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211757; }

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

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

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

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

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

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

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

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