#2C2952

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

Shades of Paua #2C2952

Tints of Paua #2C2952

Color information

#2C2952 (or 0x2C2952) is unknown color: approx Paua. HEX triplet: 2C, 29 and 52. RGB value is (44,41,82). Sum of RGB (Red+Green+Blue) = 44+41+82=167 (22% of max value = 765). Red value is 44 (17.58% from 255 or 26.35% from 167); Green value is 41 (16.41% from 255 or 24.55% from 167); Blue value is 82 (32.42% from 255 or 49.10% from 167); Max value from RGB is 82 - color contains mainly: blue. Hex color #2C2952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2952 is #D3D6AD. Grayscale: #2E2E2E. Windows color (decimal): -13883054 or 5384492. OLE color: 5384492.

HSL color Cylindrical-coordinate representation of color #2C2952: hue angle of 244.39º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2C2952 is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB444182-
CMYK0.460.5000.68
HSL244.39º33.33%24.12%-
HSV(B)244.39º50%32.16%-
XYZ3.352.738.33-
YUV46.57147.99126.17-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 26.35%
GREEN value IS 41 (16.41% from 255) = 24.55%
BLUE value IS 82 (32.42% from 255) = 49.10%
R=26.35%
G=24.55%
B=49.10%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4441820.460.5000.68244.3933.3324.12
Hex2C29522E32044f42118
Octal5451122566201043644130
Binary1011001010011010010101110110010010001001111010010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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