#212059

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

Shades of Paua #212059

Tints of Paua #212059

Color information

#212059 (or 0x212059) is unknown color: approx Paua. HEX triplet: 21, 20 and 59. RGB value is (33,32,89). Sum of RGB (Red+Green+Blue) = 33+32+89=154 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.43% from 154); Green value is 32 (12.89% from 255 or 20.78% from 154); Blue value is 89 (35.16% from 255 or 57.79% from 154); Max value from RGB is 89 - color contains mainly: blue. Hex color #212059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212059 is #DEDFA6. Grayscale: #262626. Windows color (decimal): -14606247 or 5840929. OLE color: 5840929.

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

Color convert

RGB333289-
CMYK0.630.6400.65
HSL241.05º47.11%23.73%-
HSV(B)241.05º64.04%34.9%-
XYZ2.952.089.7-
YUV38.8156.33123.87-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.43%
GREEN value IS 32 (12.89% from 255) = 20.78%
BLUE value IS 89 (35.16% from 255) = 57.79%
R=21.43%
G=20.78%
B=57.79%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3332890.630.6400.65241.0547.1123.73
Hex2120593F40041f12f18
Octal41401317710001013615730
Binary10000110000010110011111111000000010000011111000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212059; }

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

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

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

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

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

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

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

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