#1E2248

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

Shades of Lucky Point #1E2248

Tints of Lucky Point #1E2248

Color information

#1E2248 (or 0x1E2248) is unknown color: approx Lucky Point. HEX triplet: 1E, 22 and 48. RGB value is (30,34,72). Sum of RGB (Red+Green+Blue) = 30+34+72=136 (18% of max value = 765). Red value is 30 (12.11% from 255 or 22.06% from 136); Green value is 34 (13.67% from 255 or 25% from 136); Blue value is 72 (28.52% from 255 or 52.94% from 136); Max value from RGB is 72 - color contains mainly: blue. Hex color #1E2248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2248 is #E1DDB7. Grayscale: #242424. Windows color (decimal): -14802360 or 4727326. OLE color: 4727326.

HSL color Cylindrical-coordinate representation of color #1E2248: hue angle of 234.29º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1E2248 is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB303472-
CMYK0.580.5300.72
HSL234.29º41.18%20%-
HSV(B)234.29º58.33%28.24%-
XYZ2.281.896.38-
YUV37.14147.67122.91-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 22.06%
GREEN value IS 34 (13.67% from 255) = 25%
BLUE value IS 72 (28.52% from 255) = 52.94%
R=22.06%
G=25%
B=52.94%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3034720.580.5300.72234.2941.1820
Hex1E22483A35048ea2914
Octal3642110726501103525124
Binary111101000101001000111010110101010010001110101010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,34,72); }

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

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

 a { background-color: rgb(30,34,72); }

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

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

 span { border-color: rgb(30,34,72); }

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