#2C2854

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

Shades of Paua #2C2854

Tints of Paua #2C2854

Color information

#2C2854 (or 0x2C2854) is unknown color: approx Paua. HEX triplet: 2C, 28 and 54. RGB value is (44,40,84). Sum of RGB (Red+Green+Blue) = 44+40+84=168 (22% of max value = 765). Red value is 44 (17.58% from 255 or 26.19% from 168); Green value is 40 (16.02% from 255 or 23.81% from 168); Blue value is 84 (33.20% from 255 or 50% from 168); Max value from RGB is 84 - color contains mainly: blue. Hex color #2C2854 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2854 is #D3D7AB. Grayscale: #2E2E2E. Windows color (decimal): -13883308 or 5515308. OLE color: 5515308.

HSL color Cylindrical-coordinate representation of color #2C2854: hue angle of 245.45º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2C2854 is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB444084-
CMYK0.480.5200.67
HSL245.45º35.48%24.31%-
HSV(B)245.45º52.38%32.94%-
XYZ3.42.698.73-
YUV46.21149.33126.42-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 26.19%
GREEN value IS 40 (16.02% from 255) = 23.81%
BLUE value IS 84 (33.20% from 255) = 50%
R=26.19%
G=23.81%
B=50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4440840.480.5200.67245.4535.4824.31
Hex2C28543034043f52318
Octal5450124606401033654330
Binary1011001010001010100110000110100010000111111010110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,40,84); }

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

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

 a { background-color: rgb(44,40,84); }

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

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

 span { border-color: rgb(44,40,84); }

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