#1D2C58

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

Shades of Lucky Point #1D2C58

Tints of Lucky Point #1D2C58

Color information

#1D2C58 (or 0x1D2C58) is unknown color: approx Lucky Point. HEX triplet: 1D, 2C and 58. RGB value is (29,44,88). Sum of RGB (Red+Green+Blue) = 29+44+88=161 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.01% from 161); Green value is 44 (17.58% from 255 or 27.33% from 161); Blue value is 88 (34.77% from 255 or 54.66% from 161); Max value from RGB is 88 - color contains mainly: blue. Hex color #1D2C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2C58 is #E2D3A7. Grayscale: #2C2C2C. Windows color (decimal): -14865320 or 5778461. OLE color: 5778461.

HSL color Cylindrical-coordinate representation of color #1D2C58: hue angle of 224.75º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1D2C58 is Cyan = 0.67, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB294488-
CMYK0.670.500.65
HSL224.75º50.43%22.94%-
HSV(B)224.75º67.05%34.51%-
XYZ3.172.779.6-
YUV44.53152.53116.92-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.01%
GREEN value IS 44 (17.58% from 255) = 27.33%
BLUE value IS 88 (34.77% from 255) = 54.66%
R=18.01%
G=27.33%
B=54.66%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2944880.670.500.65224.7550.4322.94
Hex1D2C584332041e13217
Octal35541301036201013416227
Binary1110110110010110001000011110010010000011110000111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,44,88); }

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

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

 a { background-color: rgb(29,44,88); }

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

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

 span { border-color: rgb(29,44,88); }

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