#2C2250

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

Shades of Paua #2C2250

Tints of Paua #2C2250

Color information

#2C2250 (or 0x2C2250) is unknown color: approx Paua. HEX triplet: 2C, 22 and 50. RGB value is (44,34,80). Sum of RGB (Red+Green+Blue) = 44+34+80=158 (20% of max value = 765). Red value is 44 (17.58% from 255 or 27.85% from 158); Green value is 34 (13.67% from 255 or 21.52% from 158); Blue value is 80 (31.64% from 255 or 50.63% from 158); Max value from RGB is 80 - color contains mainly: blue. Hex color #2C2250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2250 is #D3DDAF. Grayscale: #2A2A2A. Windows color (decimal): -13884848 or 5251628. OLE color: 5251628.

HSL color Cylindrical-coordinate representation of color #2C2250: hue angle of 253.04º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2C2250 is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB443480-
CMYK0.450.5800.69
HSL253.04º40.35%22.35%-
HSV(B)253.04º57.5%31.37%-
XYZ3.062.267.86-
YUV42.23149.31129.26-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 27.85%
GREEN value IS 34 (13.67% from 255) = 21.52%
BLUE value IS 80 (31.64% from 255) = 50.63%
R=27.85%
G=21.52%
B=50.63%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4434800.450.5800.69253.0440.3522.35
Hex2C22502D3A045fd2816
Octal5442120557201053755026
Binary1011001000101010000101101111010010001011111110110100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,34,80); }

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

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

 a { background-color: rgb(44,34,80); }

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

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

 span { border-color: rgb(44,34,80); }

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