#2C2F5C

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

Shades of Lucky Point #2C2F5C

Tints of Lucky Point #2C2F5C

Color information

#2C2F5C (or 0x2C2F5C) is unknown color: approx Lucky Point. HEX triplet: 2C, 2F and 5C. RGB value is (44,47,92). Sum of RGB (Red+Green+Blue) = 44+47+92=183 (24% of max value = 765). Red value is 44 (17.58% from 255 or 24.04% from 183); Green value is 47 (18.75% from 255 or 25.68% from 183); Blue value is 92 (36.33% from 255 or 50.27% from 183); Max value from RGB is 92 - color contains mainly: blue. Hex color #2C2F5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2F5C is #D3D0A3. Grayscale: #333333. Windows color (decimal): -13881508 or 6041388. OLE color: 6041388.

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

Color convert

RGB444792-
CMYK0.520.4900.64
HSL236.25º35.29%26.67%-
HSV(B)236.25º52.17%36.08%-
XYZ3.993.3410.56-
YUV51.23151.01122.84-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 24.04%
GREEN value IS 47 (18.75% from 255) = 25.68%
BLUE value IS 92 (36.33% from 255) = 50.27%
R=24.04%
G=25.68%
B=50.27%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4447920.520.4900.64236.2535.2926.67
Hex2C2F5C3431040ec231b
Octal5457134646101003544333
Binary1011001011111011100110100110001010000001110110010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,47,92); }

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

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

 a { background-color: rgb(44,47,92); }

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

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

 span { border-color: rgb(44,47,92); }

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