#2C2455

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

Shades of Paua #2C2455

Tints of Paua #2C2455

Color information

#2C2455 (or 0x2C2455) is unknown color: approx Paua. HEX triplet: 2C, 24 and 55. RGB value is (44,36,85). Sum of RGB (Red+Green+Blue) = 44+36+85=165 (21% of max value = 765). Red value is 44 (17.58% from 255 or 26.67% from 165); Green value is 36 (14.45% from 255 or 21.82% from 165); Blue value is 85 (33.59% from 255 or 51.52% from 165); Max value from RGB is 85 - color contains mainly: blue. Hex color #2C2455 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2455 is #D3DBAA. Grayscale: #2B2B2B. Windows color (decimal): -13884331 or 5579820. OLE color: 5579820.

HSL color Cylindrical-coordinate representation of color #2C2455: hue angle of 249.8º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2C2455 is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB443685-
CMYK0.480.5800.67
HSL249.8º40.5%23.73%-
HSV(B)249.8º57.65%33.33%-
XYZ3.312.458.89-
YUV43.98151.15128.02-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 26.67%
GREEN value IS 36 (14.45% from 255) = 21.82%
BLUE value IS 85 (33.59% from 255) = 51.52%
R=26.67%
G=21.82%
B=51.52%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4436850.480.5800.67249.840.523.73
Hex2C2455303A043fa2818
Octal5444125607201033725030
Binary1011001001001010101110000111010010000111111101010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,36,85); }

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

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

 a { background-color: rgb(44,36,85); }

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

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

 span { border-color: rgb(44,36,85); }

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