#1D2958

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

Shades of Lucky Point #1D2958

Tints of Lucky Point #1D2958

Color information

#1D2958 (or 0x1D2958) is unknown color: approx Lucky Point. HEX triplet: 1D, 29 and 58. RGB value is (29,41,88). Sum of RGB (Red+Green+Blue) = 29+41+88=158 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.35% from 158); Green value is 41 (16.41% from 255 or 25.95% from 158); Blue value is 88 (34.77% from 255 or 55.70% from 158); Max value from RGB is 88 - color contains mainly: blue. Hex color #1D2958 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2958 is #E2D6A7. Grayscale: #2A2A2A. Windows color (decimal): -14866088 or 5777693. OLE color: 5777693.

HSL color Cylindrical-coordinate representation of color #1D2958: hue angle of 227.8º 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 #1D2958 is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB294188-
CMYK0.670.5300.65
HSL227.8º50.43%22.94%-
HSV(B)227.8º67.05%34.51%-
XYZ3.062.559.56-
YUV42.77153.52118.18-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.35%
GREEN value IS 41 (16.41% from 255) = 25.95%
BLUE value IS 88 (34.77% from 255) = 55.70%
R=18.35%
G=25.95%
B=55.70%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2941880.670.5300.65227.850.4322.94
Hex1D29584335041e43217
Octal35511301036501013446227
Binary1110110100110110001000011110101010000011110010011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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