#211755

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

Shades of Paua #211755

Tints of Paua #211755

Color information

#211755 (or 0x211755) is unknown color: approx Paua. HEX triplet: 21, 17 and 55. RGB value is (33,23,85). Sum of RGB (Red+Green+Blue) = 33+23+85=141 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.40% from 141); Green value is 23 (9.38% from 255 or 16.31% from 141); Blue value is 85 (33.59% from 255 or 60.28% from 141); Max value from RGB is 85 - color contains mainly: blue. Hex color #211755 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211755 is #DEE8AA. Grayscale: #202020. Windows color (decimal): -14608555 or 5576481. OLE color: 5576481.

HSL color Cylindrical-coordinate representation of color #211755: hue angle of 249.68º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #211755 is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB332385-
CMYK0.610.7300.67
HSL249.68º57.41%21.18%-
HSV(B)249.68º72.94%33.33%-
XYZ2.571.598.77-
YUV33.06157.31127.96-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.40%
GREEN value IS 23 (9.38% from 255) = 16.31%
BLUE value IS 85 (33.59% from 255) = 60.28%
R=23.40%
G=16.31%
B=60.28%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3323850.610.7300.67249.6857.4121.18
Hex2117553D49043fa3915
Octal41271257511101033727125
Binary1000011011110101011111011001001010000111111101011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211755; }

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

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

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

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

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

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

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

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