#21215D

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

Shades of Paua #21215D

Tints of Paua #21215D

Color information

#21215D (or 0x21215D) is unknown color: approx Paua. HEX triplet: 21, 21 and 5D. RGB value is (33,33,93). Sum of RGB (Red+Green+Blue) = 33+33+93=159 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.75% from 159); Green value is 33 (13.28% from 255 or 20.75% from 159); Blue value is 93 (36.72% from 255 or 58.49% from 159); Max value from RGB is 93 - color contains mainly: blue. Hex color #21215D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21215D is #DEDEA2. Grayscale: #272727. Windows color (decimal): -14605987 or 6103329. OLE color: 6103329.

HSL color Cylindrical-coordinate representation of color #21215D: hue angle of 240º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #21215D is Cyan = 0.65, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB333393-
CMYK0.650.6500.64
HSL240º47.62%24.71%-
HSV(B)240º64.52%36.47%-
XYZ3.152.210.61-
YUV39.84158123.12-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.75%
GREEN value IS 33 (13.28% from 255) = 20.75%
BLUE value IS 93 (36.72% from 255) = 58.49%
R=20.75%
G=20.75%
B=58.49%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3333930.650.6500.6424047.6224.71
Hex21215D4141040f03019
Octal414113510110101003606031
Binary100001100001101110110000011000001010000001111000011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21215D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21215D; }

 p { color: rgb(33,33,93); }

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

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

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

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

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

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

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