#1E2D5C

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

Shades of Lucky Point #1E2D5C

Tints of Lucky Point #1E2D5C

Color information

#1E2D5C (or 0x1E2D5C) is unknown color: approx Lucky Point. HEX triplet: 1E, 2D and 5C. RGB value is (30,45,92). Sum of RGB (Red+Green+Blue) = 30+45+92=167 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.96% from 167); Green value is 45 (17.97% from 255 or 26.95% from 167); Blue value is 92 (36.33% from 255 or 55.09% from 167); Max value from RGB is 92 - color contains mainly: blue. Hex color #1E2D5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E2D5C is #E1D2A3. Grayscale: #2D2D2D. Windows color (decimal): -14799524 or 6040862. OLE color: 6040862.

HSL color Cylindrical-coordinate representation of color #1E2D5C: hue angle of 225.48º degrees, saturation: 0.51, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1E2D5C is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB304592-
CMYK0.670.5100.64
HSL225.48º50.82%23.92%-
HSV(B)225.48º67.39%36.08%-
XYZ3.412.9310.51-
YUV45.87154.03116.68-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 17.96%
GREEN value IS 45 (17.97% from 255) = 26.95%
BLUE value IS 92 (36.33% from 255) = 55.09%
R=17.96%
G=26.95%
B=55.09%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3045920.670.5100.64225.4850.8223.92
Hex1E2D5C4333040e13318
Octal36551341036301003416330
Binary1111010110110111001000011110011010000001110000111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E2D5C; }

 p { color: rgb(30,45,92); }

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

<style>
 a { background-color: #1E2D5C; }

 a { background-color: rgb(30,45,92); }

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

<style>
 span { border-color: #1E2D5C; }

 span { border-color: rgb(30,45,92); }

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