#21155C

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

Shades of Paua #21155C

Tints of Paua #21155C

Color information

#21155C (or 0x21155C) is unknown color: approx Paua. HEX triplet: 21, 15 and 5C. RGB value is (33,21,92). Sum of RGB (Red+Green+Blue) = 33+21+92=146 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.60% from 146); Green value is 21 (8.59% from 255 or 14.38% from 146); Blue value is 92 (36.33% from 255 or 63.01% from 146); Max value from RGB is 92 - color contains mainly: blue. Hex color #21155C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21155C is #DEEAA3. Grayscale: #202020. Windows color (decimal): -14609060 or 6034721. OLE color: 6034721.

HSL color Cylindrical-coordinate representation of color #21155C: hue angle of 250.14º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21155C is Cyan = 0.64, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB332192-
CMYK0.640.7700.64
HSL250.14º62.83%22.16%-
HSV(B)250.14º77.17%36.08%-
XYZ2.831.6310.29-
YUV32.68161.48128.23-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.60%
GREEN value IS 21 (8.59% from 255) = 14.38%
BLUE value IS 92 (36.33% from 255) = 63.01%
R=22.60%
G=14.38%
B=63.01%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3321920.640.7700.64250.1462.8322.16
Hex21155C404D040fa3f16
Octal412513410011501003727726
Binary10000110101101110010000001001101010000001111101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21155C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21155C; }

 p { color: rgb(33,21,92); }

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

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

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

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

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

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

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