#212054

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

Shades of Paua #212054

Tints of Paua #212054

Color information

#212054 (or 0x212054) is unknown color: approx Paua. HEX triplet: 21, 20 and 54. RGB value is (33,32,84). Sum of RGB (Red+Green+Blue) = 33+32+84=149 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.15% from 149); Green value is 32 (12.89% from 255 or 21.48% from 149); Blue value is 84 (33.20% from 255 or 56.38% from 149); Max value from RGB is 84 - color contains mainly: blue. Hex color #212054 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212054 is #DEDFAB. Grayscale: #262626. Windows color (decimal): -14606252 or 5513249. OLE color: 5513249.

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

Color convert

RGB333284-
CMYK0.610.6200.67
HSL241.15º44.83%22.75%-
HSV(B)241.15º61.9%32.94%-
XYZ2.7428.63-
YUV38.23153.83124.27-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.15%
GREEN value IS 32 (12.89% from 255) = 21.48%
BLUE value IS 84 (33.20% from 255) = 56.38%
R=22.15%
G=21.48%
B=56.38%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3332840.610.6200.67241.1544.8322.75
Hex2120543D3E043f12d17
Octal4140124757601033615527
Binary1000011000001010100111101111110010000111111000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212054; }

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

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

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

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

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

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

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

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