#2C2053

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

Shades of Paua #2C2053

Tints of Paua #2C2053

Color information

#2C2053 (or 0x2C2053) is unknown color: approx Paua. HEX triplet: 2C, 20 and 53. RGB value is (44,32,83). Sum of RGB (Red+Green+Blue) = 44+32+83=159 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.67% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 83 (32.81% from 255 or 52.20% from 159); Max value from RGB is 83 - color contains mainly: blue. Hex color #2C2053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2053 is #D3DFAC. Grayscale: #292929. Windows color (decimal): -13885357 or 5447724. OLE color: 5447724.

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

Color convert

RGB443283-
CMYK0.470.6100.67
HSL254.12º44.35%22.55%-
HSV(B)254.12º61.45%32.55%-
XYZ3.122.198.44-
YUV41.4151.48129.85-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 27.67%
GREEN value IS 32 (12.89% from 255) = 20.13%
BLUE value IS 83 (32.81% from 255) = 52.20%
R=27.67%
G=20.13%
B=52.20%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4432830.470.6100.67254.1244.3522.55
Hex2C20532F3D043fe2c17
Octal5440123577501033765427
Binary1011001000001010011101111111101010000111111111010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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