#2C2948

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

Shades of Paua #2C2948

Tints of Paua #2C2948

Color information

#2C2948 (or 0x2C2948) is unknown color: approx Paua. HEX triplet: 2C, 29 and 48. RGB value is (44,41,72). Sum of RGB (Red+Green+Blue) = 44+41+72=157 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.03% from 157); Green value is 41 (16.41% from 255 or 26.11% from 157); Blue value is 72 (28.52% from 255 or 45.86% from 157); Max value from RGB is 72 - color contains mainly: blue. Hex color #2C2948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2948 is #D3D6B7. Grayscale: #2D2D2D. Windows color (decimal): -13883064 or 4729132. OLE color: 4729132.

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

Color convert

RGB444172-
CMYK0.390.4300.72
HSL245.81º27.43%22.16%-
HSV(B)245.81º43.06%28.24%-
XYZ32.596.47-
YUV45.43142.99126.98-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 28.03%
GREEN value IS 41 (16.41% from 255) = 26.11%
BLUE value IS 72 (28.52% from 255) = 45.86%
R=28.03%
G=26.11%
B=45.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4441720.390.4300.72245.8127.4322.16
Hex2C2948272B048f61b16
Octal5451110475301103663326
Binary101100101001100100010011110101101001000111101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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