#2C2A48

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

Shades of Paua #2C2A48

Tints of Paua #2C2A48

Color information

#2C2A48 (or 0x2C2A48) is unknown color: approx Paua. HEX triplet: 2C, 2A and 48. RGB value is (44,42,72). Sum of RGB (Red+Green+Blue) = 44+42+72=158 (20% of max value = 765). Red value is 44 (17.58% from 255 or 27.85% from 158); Green value is 42 (16.80% from 255 or 26.58% from 158); Blue value is 72 (28.52% from 255 or 45.57% from 158); Max value from RGB is 72 - color contains mainly: blue. Hex color #2C2A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2A48 is #D3D5B7. Grayscale: #2D2D2D. Windows color (decimal): -13882808 or 4729388. OLE color: 4729388.

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

Color convert

RGB444272-
CMYK0.390.4200.72
HSL244º26.32%22.35%-
HSV(B)244º41.67%28.24%-
XYZ3.042.666.48-
YUV46.02142.66126.56-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 27.85%
GREEN value IS 42 (16.80% from 255) = 26.58%
BLUE value IS 72 (28.52% from 255) = 45.57%
R=27.85%
G=26.58%
B=45.57%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4442720.390.4200.7224426.3222.35
Hex2C2A48272A048f41a16
Octal5452110475201103643226
Binary101100101010100100010011110101001001000111101001101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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