#1D2A52

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

Shades of Lucky Point #1D2A52

Tints of Lucky Point #1D2A52

Color information

#1D2A52 (or 0x1D2A52) is unknown color: approx Lucky Point. HEX triplet: 1D, 2A and 52. RGB value is (29,42,82). Sum of RGB (Red+Green+Blue) = 29+42+82=153 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.95% from 153); Green value is 42 (16.80% from 255 or 27.45% from 153); Blue value is 82 (32.42% from 255 or 53.59% from 153); Max value from RGB is 82 - color contains mainly: blue. Hex color #1D2A52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2A52 is #E2D5AD. Grayscale: #2A2A2A. Windows color (decimal): -14865838 or 5384733. OLE color: 5384733.

HSL color Cylindrical-coordinate representation of color #1D2A52: hue angle of 225.28º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1D2A52 is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB294282-
CMYK0.650.4900.68
HSL225.28º47.75%21.76%-
HSV(B)225.28º64.63%32.16%-
XYZ2.862.538.32-
YUV42.67150.19118.25-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.95%
GREEN value IS 42 (16.80% from 255) = 27.45%
BLUE value IS 82 (32.42% from 255) = 53.59%
R=18.95%
G=27.45%
B=53.59%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2942820.650.4900.68225.2847.7521.76
Hex1D2A524131044e13016
Octal35521221016101043416026
Binary1110110101010100101000001110001010001001110000111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,42,82); }

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

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

 a { background-color: rgb(29,42,82); }

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

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

 span { border-color: rgb(29,42,82); }

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