#2C325D

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

Shades of Lucky Point #2C325D

Tints of Lucky Point #2C325D

Color information

#2C325D (or 0x2C325D) is unknown color: approx Lucky Point. HEX triplet: 2C, 32 and 5D. RGB value is (44,50,93). Sum of RGB (Red+Green+Blue) = 44+50+93=187 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.53% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 93 (36.72% from 255 or 49.73% from 187); Max value from RGB is 93 - color contains mainly: blue. Hex color #2C325D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C325D is #D3CDA2. Grayscale: #343434. Windows color (decimal): -13880739 or 6107692. OLE color: 6107692.

HSL color Cylindrical-coordinate representation of color #2C325D: hue angle of 232.65º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2C325D is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB445093-
CMYK0.530.4600.64
HSL232.65º35.77%26.86%-
HSV(B)232.65º52.69%36.47%-
XYZ4.163.6110.83-
YUV53.11150.51121.5-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 23.53%
GREEN value IS 50 (19.92% from 255) = 26.74%
BLUE value IS 93 (36.72% from 255) = 49.73%
R=23.53%
G=26.74%
B=49.73%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4450930.530.4600.64232.6535.7726.86
Hex2C325D352E040e9241b
Octal5462135655601003514433
Binary1011001100101011101110101101110010000001110100110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C325D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,50,93); }

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

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

 a { background-color: rgb(44,50,93); }

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

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

 span { border-color: rgb(44,50,93); }

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