#2C2945

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

Shades of Paua #2C2945

Tints of Paua #2C2945

Color information

#2C2945 (or 0x2C2945) is unknown color: approx Paua. HEX triplet: 2C, 29 and 45. RGB value is (44,41,69). Sum of RGB (Red+Green+Blue) = 44+41+69=154 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.57% from 154); Green value is 41 (16.41% from 255 or 26.62% from 154); Blue value is 69 (27.34% from 255 or 44.81% from 154); Max value from RGB is 69 - color contains mainly: blue. Hex color #2C2945 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2945 is #D3D6BA. Grayscale: #2C2C2C. Windows color (decimal): -13883067 or 4532524. OLE color: 4532524.

HSL color Cylindrical-coordinate representation of color #2C2945: hue angle of 246.43º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2C2945 is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB444169-
CMYK0.360.4100.73
HSL246.43º25.45%21.57%-
HSV(B)246.43º40.58%27.06%-
XYZ2.912.555.97-
YUV45.09141.49127.22-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 28.57%
GREEN value IS 41 (16.41% from 255) = 26.62%
BLUE value IS 69 (27.34% from 255) = 44.81%
R=28.57%
G=26.62%
B=44.81%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4441690.360.4100.73246.4325.4521.57
Hex2C29452429049f61916
Octal5451105445101113663126
Binary101100101001100010110010010100101001001111101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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