#211359

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

Shades of Paua #211359

Tints of Paua #211359

Color information

#211359 (or 0x211359) is unknown color: approx Paua. HEX triplet: 21, 13 and 59. RGB value is (33,19,89). Sum of RGB (Red+Green+Blue) = 33+19+89=141 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.40% from 141); Green value is 19 (7.81% from 255 or 13.48% from 141); Blue value is 89 (35.16% from 255 or 63.12% from 141); Max value from RGB is 89 - color contains mainly: blue. Hex color #211359 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211359 is #DEECA6. Grayscale: #1E1E1E. Windows color (decimal): -14609575 or 5837601. OLE color: 5837601.

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

Color convert

RGB331989-
CMYK0.630.7900.65
HSL252º64.81%21.18%-
HSV(B)252º78.65%34.9%-
XYZ2.661.519.6-
YUV31.17160.64129.31-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.40%
GREEN value IS 19 (7.81% from 255) = 13.48%
BLUE value IS 89 (35.16% from 255) = 63.12%
R=23.40%
G=13.48%
B=63.12%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3319890.630.7900.6525264.8121.18
Hex2113593F4F041fc4115
Octal412313177117010137410125
Binary10000110011101100111111110011110100000111111100100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211359; }

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

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

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

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

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

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

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

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