#2C2748

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

Shades of Paua #2C2748

Tints of Paua #2C2748

Color information

#2C2748 (or 0x2C2748) is unknown color: approx Paua. HEX triplet: 2C, 27 and 48. RGB value is (44,39,72). Sum of RGB (Red+Green+Blue) = 44+39+72=155 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.39% from 155); Green value is 39 (15.62% from 255 or 25.16% from 155); Blue value is 72 (28.52% from 255 or 46.45% from 155); Max value from RGB is 72 - color contains mainly: blue. Hex color #2C2748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2748 is #D3D8B7. Grayscale: #2C2C2C. Windows color (decimal): -13883576 or 4728620. OLE color: 4728620.

HSL color Cylindrical-coordinate representation of color #2C2748: hue angle of 249.09º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2C2748 is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB443972-
CMYK0.390.4600.72
HSL249.09º29.73%21.76%-
HSV(B)249.09º45.83%28.24%-
XYZ2.932.456.45-
YUV44.26143.66127.82-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 28.39%
GREEN value IS 39 (15.62% from 255) = 25.16%
BLUE value IS 72 (28.52% from 255) = 46.45%
R=28.39%
G=25.16%
B=46.45%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4439720.390.4600.72249.0929.7321.76
Hex2C2748272E048f91e16
Octal5447110475601103713626
Binary101100100111100100010011110111001001000111110011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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