#211653

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

Shades of Paua #211653

Tints of Paua #211653

Color information

#211653 (or 0x211653) is unknown color: approx Paua. HEX triplet: 21, 16 and 53. RGB value is (33,22,83). Sum of RGB (Red+Green+Blue) = 33+22+83=138 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.91% from 138); Green value is 22 (8.98% from 255 or 15.94% from 138); Blue value is 83 (32.81% from 255 or 60.14% from 138); Max value from RGB is 83 - color contains mainly: blue. Hex color #211653 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211653 is #DEE9AC. Grayscale: #202020. Windows color (decimal): -14608813 or 5445153. OLE color: 5445153.

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

Color convert

RGB332283-
CMYK0.600.7300.67
HSL250.82º58.1%20.59%-
HSV(B)250.82º73.49%32.55%-
XYZ2.481.528.35-
YUV32.24156.64128.54-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.91%
GREEN value IS 22 (8.98% from 255) = 15.94%
BLUE value IS 83 (32.81% from 255) = 60.14%
R=23.91%
G=15.94%
B=60.14%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3322830.600.7300.67250.8258.120.59
Hex2116533C49043fb3a15
Octal41261237411101033737225
Binary1000011011010100111111001001001010000111111101111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211653; }

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

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

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

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

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

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

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

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