#21185A

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

Shades of Paua #21185A

Tints of Paua #21185A

Color information

#21185A (or 0x21185A) is unknown color: approx Paua. HEX triplet: 21, 18 and 5A. RGB value is (33,24,90). Sum of RGB (Red+Green+Blue) = 33+24+90=147 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.45% from 147); Green value is 24 (9.77% from 255 or 16.33% from 147); Blue value is 90 (35.55% from 255 or 61.22% from 147); Max value from RGB is 90 - color contains mainly: blue. Hex color #21185A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21185A is #DEE7A5. Grayscale: #212121. Windows color (decimal): -14608294 or 5904417. OLE color: 5904417.

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

Color convert

RGB332490-
CMYK0.630.7300.65
HSL248.18º57.89%22.35%-
HSV(B)248.18º73.33%35.29%-
XYZ2.81.719.86-
YUV34.21159.48127.13-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.45%
GREEN value IS 24 (9.77% from 255) = 16.33%
BLUE value IS 90 (35.55% from 255) = 61.22%
R=22.45%
G=16.33%
B=61.22%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3324900.630.7300.65248.1857.8922.35
Hex21185A3F49041f83a16
Octal41301327711101013707226
Binary1000011100010110101111111001001010000011111100011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21185A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21185A; }

 p { color: rgb(33,24,90); }

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

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

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

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

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

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

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