#2C2153

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

Shades of Paua #2C2153

Tints of Paua #2C2153

Color information

#2C2153 (or 0x2C2153) is unknown color: approx Paua. HEX triplet: 2C, 21 and 53. RGB value is (44,33,83). Sum of RGB (Red+Green+Blue) = 44+33+83=160 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.5% from 160); Green value is 33 (13.28% from 255 or 20.62% from 160); Blue value is 83 (32.81% from 255 or 51.88% from 160); Max value from RGB is 83 - color contains mainly: blue. Hex color #2C2153 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2153 is #D3DEAC. Grayscale: #292929. Windows color (decimal): -13885101 or 5447980. OLE color: 5447980.

HSL color Cylindrical-coordinate representation of color #2C2153: hue angle of 253.2º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2C2153 is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB443383-
CMYK0.470.6000.67
HSL253.2º43.1%22.75%-
HSV(B)253.2º60.24%32.55%-
XYZ3.142.258.45-
YUV41.99151.14129.43-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 27.5%
GREEN value IS 33 (13.28% from 255) = 20.62%
BLUE value IS 83 (32.81% from 255) = 51.88%
R=27.5%
G=20.62%
B=51.88%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4433830.470.6000.67253.243.122.75
Hex2C21532F3C043fd2b17
Octal5441123577401033755327
Binary1011001000011010011101111111100010000111111110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C2153; }

 p { color: rgb(44,33,83); }

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

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

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

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

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

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

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