#1E224C

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

Shades of Lucky Point #1E224C

Tints of Lucky Point #1E224C

Color information

#1E224C (or 0x1E224C) is unknown color: approx Lucky Point. HEX triplet: 1E, 22 and 4C. RGB value is (30,34,76). Sum of RGB (Red+Green+Blue) = 30+34+76=140 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.43% from 140); Green value is 34 (13.67% from 255 or 24.29% from 140); Blue value is 76 (30.08% from 255 or 54.29% from 140); Max value from RGB is 76 - color contains mainly: blue. Hex color #1E224C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E224C is #E1DDB3. Grayscale: #252525. Windows color (decimal): -14802356 or 4989470. OLE color: 4989470.

HSL color Cylindrical-coordinate representation of color #1E224C: hue angle of 234.78º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1E224C is Cyan = 0.61, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB303476-
CMYK0.610.5500.70
HSL234.78º43.4%20.78%-
HSV(B)234.78º60.53%29.8%-
XYZ2.411.947.09-
YUV37.59149.67122.58-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 21.43%
GREEN value IS 34 (13.67% from 255) = 24.29%
BLUE value IS 76 (30.08% from 255) = 54.29%
R=21.43%
G=24.29%
B=54.29%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3034760.610.5500.70234.7843.420.78
Hex1E224C3D37046eb2b15
Octal3642114756701063535325
Binary111101000101001100111101110111010001101110101110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E224C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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