#2C2657

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

Shades of Paua #2C2657

Tints of Paua #2C2657

Color information

#2C2657 (or 0x2C2657) is unknown color: approx Paua. HEX triplet: 2C, 26 and 57. RGB value is (44,38,87). Sum of RGB (Red+Green+Blue) = 44+38+87=169 (22% of max value = 765). Red value is 44 (17.58% from 255 or 26.04% from 169); Green value is 38 (15.23% from 255 or 22.49% from 169); Blue value is 87 (34.38% from 255 or 51.48% from 169); Max value from RGB is 87 - color contains mainly: blue. Hex color #2C2657 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2657 is #D3D9A8. Grayscale: #2D2D2D. Windows color (decimal): -13883817 or 5711404. OLE color: 5711404.

HSL color Cylindrical-coordinate representation of color #2C2657: hue angle of 247.35º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2C2657 is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB443887-
CMYK0.490.5600.66
HSL247.35º39.2%24.51%-
HSV(B)247.35º56.32%34.12%-
XYZ3.452.619.34-
YUV45.38151.49127.02-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 26.04%
GREEN value IS 38 (15.23% from 255) = 22.49%
BLUE value IS 87 (34.38% from 255) = 51.48%
R=26.04%
G=22.49%
B=51.48%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4438870.490.5600.66247.3539.224.51
Hex2C26573138042f72719
Octal5446127617001023674731
Binary1011001001101010111110001111000010000101111011110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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