#211354

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

Shades of Paua #211354

Tints of Paua #211354

Color information

#211354 (or 0x211354) is unknown color: approx Paua. HEX triplet: 21, 13 and 54. RGB value is (33,19,84). Sum of RGB (Red+Green+Blue) = 33+19+84=136 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.26% from 136); Green value is 19 (7.81% from 255 or 13.97% from 136); Blue value is 84 (33.20% from 255 or 61.76% from 136); Max value from RGB is 84 - color contains mainly: blue. Hex color #211354 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211354 is #DEECAB. Grayscale: #1E1E1E. Windows color (decimal): -14609580 or 5509921. OLE color: 5509921.

HSL color Cylindrical-coordinate representation of color #211354: hue angle of 252.92º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #211354 is Cyan = 0.61, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB331984-
CMYK0.610.7700.67
HSL252.92º63.11%20.2%-
HSV(B)252.92º77.38%32.94%-
XYZ2.461.438.53-
YUV30.6158.14129.71-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.26%
GREEN value IS 19 (7.81% from 255) = 13.97%
BLUE value IS 84 (33.20% from 255) = 61.76%
R=24.26%
G=13.97%
B=61.76%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3319840.610.7700.67252.9263.1120.2
Hex2113543D4D043fd3f14
Octal41231247511501033757724
Binary1000011001110101001111011001101010000111111110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211354; }

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

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

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

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

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

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

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

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