#2C264C

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

Shades of Paua #2C264C

Tints of Paua #2C264C

Color information

#2C264C (or 0x2C264C) is unknown color: approx Paua. HEX triplet: 2C, 26 and 4C. RGB value is (44,38,76). Sum of RGB (Red+Green+Blue) = 44+38+76=158 (20% of max value = 765). Red value is 44 (17.58% from 255 or 27.85% from 158); Green value is 38 (15.23% from 255 or 24.05% from 158); Blue value is 76 (30.08% from 255 or 48.10% from 158); Max value from RGB is 76 - color contains mainly: blue. Hex color #2C264C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C264C is #D3D9B3. Grayscale: #2B2B2B. Windows color (decimal): -13883828 or 4990508. OLE color: 4990508.

HSL color Cylindrical-coordinate representation of color #2C264C: hue angle of 249.47º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2C264C is Cyan = 0.42, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB443876-
CMYK0.420.500.70
HSL249.47º33.33%22.35%-
HSV(B)249.47º50%29.8%-
XYZ3.042.447.15-
YUV44.13145.99127.91-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 27.85%
GREEN value IS 38 (15.23% from 255) = 24.05%
BLUE value IS 76 (30.08% from 255) = 48.10%
R=27.85%
G=24.05%
B=48.10%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4438760.420.500.70249.4733.3322.35
Hex2C264C2A32046f92116
Octal5446114526201063714126
Binary1011001001101001100101010110010010001101111100110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C264C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,38,76); }

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

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

 a { background-color: rgb(44,38,76); }

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

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

 span { border-color: rgb(44,38,76); }

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