#211459

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

Shades of Paua #211459

Tints of Paua #211459

Color information

#211459 (or 0x211459) is unknown color: approx Paua. HEX triplet: 21, 14 and 59. RGB value is (33,20,89). Sum of RGB (Red+Green+Blue) = 33+20+89=142 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.24% from 142); Green value is 20 (8.20% from 255 or 14.08% from 142); Blue value is 89 (35.16% from 255 or 62.68% from 142); Max value from RGB is 89 - color contains mainly: blue. Hex color #211459 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211459 is #DEEBA6. Grayscale: #1F1F1F. Windows color (decimal): -14609319 or 5837857. OLE color: 5837857.

HSL color Cylindrical-coordinate representation of color #211459: hue angle of 251.3º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #211459 is Cyan = 0.63, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB332089-
CMYK0.630.7800.65
HSL251.3º63.3%21.37%-
HSV(B)251.3º77.53%34.9%-
XYZ2.681.549.61-
YUV31.75160.31128.89-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.24%
GREEN value IS 20 (8.20% from 255) = 14.08%
BLUE value IS 89 (35.16% from 255) = 62.68%
R=23.24%
G=14.08%
B=62.68%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3320890.630.7800.65251.363.321.37
Hex2114593F4E041fb3f15
Octal41241317711601013737725
Binary1000011010010110011111111001110010000011111101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211459; }

 p { color: rgb(33,20,89); }

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

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

 a { background-color: rgb(33,20,89); }

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

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

 span { border-color: rgb(33,20,89); }

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