#2C2959

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

Shades of Paua #2C2959

Tints of Paua #2C2959

Color information

#2C2959 (or 0x2C2959) is unknown color: approx Paua. HEX triplet: 2C, 29 and 59. RGB value is (44,41,89). Sum of RGB (Red+Green+Blue) = 44+41+89=174 (23% of max value = 765). Red value is 44 (17.58% from 255 or 25.29% from 174); Green value is 41 (16.41% from 255 or 23.56% from 174); Blue value is 89 (35.16% from 255 or 51.15% from 174); Max value from RGB is 89 - color contains mainly: blue. Hex color #2C2959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2959 is #D3D6A6. Grayscale: #2F2F2F. Windows color (decimal): -13883047 or 5843244. OLE color: 5843244.

HSL color Cylindrical-coordinate representation of color #2C2959: hue angle of 243.75º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2C2959 is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB444189-
CMYK0.510.5400.65
HSL243.75º36.92%25.49%-
HSV(B)243.75º53.93%34.9%-
XYZ3.632.849.81-
YUV47.37151.49125.6-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 25.29%
GREEN value IS 41 (16.41% from 255) = 23.56%
BLUE value IS 89 (35.16% from 255) = 51.15%
R=25.29%
G=23.56%
B=51.15%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4441890.510.5400.65243.7536.9225.49
Hex2C29593336041f42519
Octal5451131636601013644531
Binary1011001010011011001110011110110010000011111010010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,41,89); }

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

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

 a { background-color: rgb(44,41,89); }

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

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

 span { border-color: rgb(44,41,89); }

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