#2C2749

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

Shades of Paua #2C2749

Tints of Paua #2C2749

Color information

#2C2749 (or 0x2C2749) is unknown color: approx Paua. HEX triplet: 2C, 27 and 49. RGB value is (44,39,73). Sum of RGB (Red+Green+Blue) = 44+39+73=156 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.21% from 156); Green value is 39 (15.62% from 255 or 25% from 156); Blue value is 73 (28.91% from 255 or 46.79% from 156); Max value from RGB is 73 - color contains mainly: blue. Hex color #2C2749 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2749 is #D3D8B6. Grayscale: #2C2C2C. Windows color (decimal): -13883575 or 4794156. OLE color: 4794156.

HSL color Cylindrical-coordinate representation of color #2C2749: hue angle of 248.82º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2C2749 is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB443973-
CMYK0.400.4700.71
HSL248.82º30.36%21.96%-
HSV(B)248.82º46.58%28.63%-
XYZ2.972.476.62-
YUV44.37144.16127.74-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 28.21%
GREEN value IS 39 (15.62% from 255) = 25%
BLUE value IS 73 (28.91% from 255) = 46.79%
R=28.21%
G=25%
B=46.79%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4439730.400.4700.71248.8230.3621.96
Hex2C2749282F047f91e16
Octal5447111505701073713626
Binary101100100111100100110100010111101000111111110011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,39,73); }

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

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

 a { background-color: rgb(44,39,73); }

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

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

 span { border-color: rgb(44,39,73); }

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