#211652

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

Shades of Paua #211652

Tints of Paua #211652

Color information

#211652 (or 0x211652) is unknown color: approx Paua. HEX triplet: 21, 16 and 52. RGB value is (33,22,82). Sum of RGB (Red+Green+Blue) = 33+22+82=137 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.09% from 137); Green value is 22 (8.98% from 255 or 16.06% from 137); Blue value is 82 (32.42% from 255 or 59.85% from 137); Max value from RGB is 82 - color contains mainly: blue. Hex color #211652 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211652 is #DEE9AD. Grayscale: #1F1F1F. Windows color (decimal): -14608814 or 5379617. OLE color: 5379617.

HSL color Cylindrical-coordinate representation of color #211652: hue angle of 251º degrees, saturation: 0.58, 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 #211652 is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB332282-
CMYK0.600.7300.68
HSL251º57.69%20.39%-
HSV(B)251º73.17%32.16%-
XYZ2.441.518.14-
YUV32.13156.14128.62-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.09%
GREEN value IS 22 (8.98% from 255) = 16.06%
BLUE value IS 82 (32.42% from 255) = 59.85%
R=24.09%
G=16.06%
B=59.85%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3322820.600.7300.6825157.6920.39
Hex2116523C49044fb3a14
Octal41261227411101043737224
Binary1000011011010100101111001001001010001001111101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211652; }

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

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

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

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

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

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

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

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