#211651

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

Shades of Paua #211651

Tints of Paua #211651

Color information

#211651 (or 0x211651) is unknown color: approx Paua. HEX triplet: 21, 16 and 51. RGB value is (33,22,81). Sum of RGB (Red+Green+Blue) = 33+22+81=136 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.26% from 136); Green value is 22 (8.98% from 255 or 16.18% from 136); Blue value is 81 (32.03% from 255 or 59.56% from 136); Max value from RGB is 81 - color contains mainly: blue. Hex color #211651 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211651 is #DEE9AE. Grayscale: #1F1F1F. Windows color (decimal): -14608815 or 5314081. OLE color: 5314081.

HSL color Cylindrical-coordinate representation of color #211651: hue angle of 251.19º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #211651 is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB332281-
CMYK0.590.7300.68
HSL251.19º57.28%20.2%-
HSV(B)251.19º72.84%31.76%-
XYZ2.41.497.95-
YUV32.02155.64128.7-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.26%
GREEN value IS 22 (8.98% from 255) = 16.18%
BLUE value IS 81 (32.03% from 255) = 59.56%
R=24.26%
G=16.18%
B=59.56%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3322810.590.7300.68251.1957.2820.2
Hex2116513B49044fb3914
Octal41261217311101043737124
Binary1000011011010100011110111001001010001001111101111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211651; }

 p { color: rgb(33,22,81); }

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

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

 a { background-color: rgb(33,22,81); }

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

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

 span { border-color: rgb(33,22,81); }

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