#1D224D

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

Shades of Lucky Point #1D224D

Tints of Lucky Point #1D224D

Color information

#1D224D (or 0x1D224D) is unknown color: approx Lucky Point. HEX triplet: 1D, 22 and 4D. RGB value is (29,34,77). Sum of RGB (Red+Green+Blue) = 29+34+77=140 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.71% from 140); Green value is 34 (13.67% from 255 or 24.29% from 140); Blue value is 77 (30.47% from 255 or 55% from 140); Max value from RGB is 77 - color contains mainly: blue. Hex color #1D224D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D224D is #E2DDB2. Grayscale: #252525. Windows color (decimal): -14867891 or 5055005. OLE color: 5055005.

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

Color convert

RGB293477-
CMYK0.620.5600.70
HSL233.75º45.28%20.78%-
HSV(B)233.75º62.34%30.2%-
XYZ2.421.947.27-
YUV37.41150.34122-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 20.71%
GREEN value IS 34 (13.67% from 255) = 24.29%
BLUE value IS 77 (30.47% from 255) = 55%
R=20.71%
G=24.29%
B=55%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2934770.620.5600.70233.7545.2820.78
Hex1D224D3E38046ea2d15
Octal3542115767001063525525
Binary111011000101001101111110111000010001101110101010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D224D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,34,77); }

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

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

 a { background-color: rgb(29,34,77); }

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

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

 span { border-color: rgb(29,34,77); }

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