#1E224B

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

Shades of Lucky Point #1E224B

Tints of Lucky Point #1E224B

Color information

#1E224B (or 0x1E224B) is unknown color: approx Lucky Point. HEX triplet: 1E, 22 and 4B. RGB value is (30,34,75). Sum of RGB (Red+Green+Blue) = 30+34+75=139 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.58% from 139); Green value is 34 (13.67% from 255 or 24.46% from 139); Blue value is 75 (29.69% from 255 or 53.96% from 139); Max value from RGB is 75 - color contains mainly: blue. Hex color #1E224B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E224B is #E1DDB4. Grayscale: #252525. Windows color (decimal): -14802357 or 4923934. OLE color: 4923934.

HSL color Cylindrical-coordinate representation of color #1E224B: hue angle of 234.67º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1E224B is Cyan = 0.60, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB303475-
CMYK0.600.5500.71
HSL234.67º42.86%20.59%-
HSV(B)234.67º60%29.41%-
XYZ2.381.936.9-
YUV37.48149.17122.67-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 21.58%
GREEN value IS 34 (13.67% from 255) = 24.46%
BLUE value IS 75 (29.69% from 255) = 53.96%
R=21.58%
G=24.46%
B=53.96%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3034750.600.5500.71234.6742.8620.59
Hex1E224B3C37047eb2b15
Octal3642113746701073535325
Binary111101000101001011111100110111010001111110101110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E224B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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