#2C2558

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

Shades of Paua #2C2558

Tints of Paua #2C2558

Color information

#2C2558 (or 0x2C2558) is unknown color: approx Paua. HEX triplet: 2C, 25 and 58. RGB value is (44,37,88). Sum of RGB (Red+Green+Blue) = 44+37+88=169 (22% of max value = 765). Red value is 44 (17.58% from 255 or 26.04% from 169); Green value is 37 (14.84% from 255 or 21.89% from 169); Blue value is 88 (34.77% from 255 or 52.07% from 169); Max value from RGB is 88 - color contains mainly: blue. Hex color #2C2558 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2558 is #D3DAA7. Grayscale: #2C2C2C. Windows color (decimal): -13884072 or 5776684. OLE color: 5776684.

HSL color Cylindrical-coordinate representation of color #2C2558: hue angle of 248.24º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2C2558 is Cyan = 0.5, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB443788-
CMYK0.50.5800.65
HSL248.24º40.8%24.51%-
HSV(B)248.24º57.95%34.51%-
XYZ3.462.569.54-
YUV44.91152.32127.35-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 26.04%
GREEN value IS 37 (14.84% from 255) = 21.89%
BLUE value IS 88 (34.77% from 255) = 52.07%
R=26.04%
G=21.89%
B=52.07%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4437880.50.5800.65248.2440.824.51
Hex2C2558323A041f82919
Octal5445130627201013705131
Binary1011001001011011000110010111010010000011111100010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,37,88); }

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

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

 a { background-color: rgb(44,37,88); }

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

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

 span { border-color: rgb(44,37,88); }

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