#1C2952

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

Shades of Lucky Point #1C2952

Tints of Lucky Point #1C2952

Color information

#1C2952 (or 0x1C2952) is unknown color: approx Lucky Point. HEX triplet: 1C, 29 and 52. RGB value is (28,41,82). Sum of RGB (Red+Green+Blue) = 28+41+82=151 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.54% from 151); Green value is 41 (16.41% from 255 or 27.15% from 151); Blue value is 82 (32.42% from 255 or 54.30% from 151); Max value from RGB is 82 - color contains mainly: blue. Hex color #1C2952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2952 is #E3D6AD. Grayscale: #292929. Windows color (decimal): -14931630 or 5384476. OLE color: 5384476.

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

Color convert

RGB284182-
CMYK0.660.5000.68
HSL225.56º49.09%21.57%-
HSV(B)225.56º65.85%32.16%-
XYZ2.792.448.31-
YUV41.79150.69118.17-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 18.54%
GREEN value IS 41 (16.41% from 255) = 27.15%
BLUE value IS 82 (32.42% from 255) = 54.30%
R=18.54%
G=27.15%
B=54.30%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2841820.660.5000.68225.5649.0921.57
Hex1C29524232044e23116
Octal34511221026201043426126
Binary1110010100110100101000010110010010001001110001011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,41,82); }

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

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

 a { background-color: rgb(28,41,82); }

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

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

 span { border-color: rgb(28,41,82); }

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