#2C304C

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

Shades of Lucky Point #2C304C

Tints of Lucky Point #2C304C

Color information

#2C304C (or 0x2C304C) is unknown color: approx Lucky Point. HEX triplet: 2C, 30 and 4C. RGB value is (44,48,76). Sum of RGB (Red+Green+Blue) = 44+48+76=168 (22% of max value = 765). Red value is 44 (17.58% from 255 or 26.19% from 168); Green value is 48 (19.14% from 255 or 28.57% from 168); Blue value is 76 (30.08% from 255 or 45.24% from 168); Max value from RGB is 76 - color contains mainly: blue. Hex color #2C304C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C304C is #D3CFB3. Grayscale: #313131. Windows color (decimal): -13881268 or 4993068. OLE color: 4993068.

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

Color convert

RGB444876-
CMYK0.420.3700.70
HSL232.5º26.67%23.53%-
HSV(B)232.5º42.11%29.8%-
XYZ3.43.177.27-
YUV50142.67123.72-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 26.19%
GREEN value IS 48 (19.14% from 255) = 28.57%
BLUE value IS 76 (30.08% from 255) = 45.24%
R=26.19%
G=28.57%
B=45.24%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4448760.420.3700.70232.526.6723.53
Hex2C304C2A25046e81b18
Octal5460114524501063503330
Binary101100110000100110010101010010101000110111010001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C304C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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