#1C234D

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

Shades of Lucky Point #1C234D

Tints of Lucky Point #1C234D

Color information

#1C234D (or 0x1C234D) is unknown color: approx Lucky Point. HEX triplet: 1C, 23 and 4D. RGB value is (28,35,77). Sum of RGB (Red+Green+Blue) = 28+35+77=140 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20% from 140); Green value is 35 (14.06% from 255 or 25% 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 #1C234D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C234D is #E3DCB2. Grayscale: #252525. Windows color (decimal): -14933171 or 5055260. OLE color: 5055260.

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

Color convert

RGB283577-
CMYK0.640.5500.70
HSL231.43º46.67%20.59%-
HSV(B)231.43º63.64%30.2%-
XYZ2.421.987.28-
YUV37.7150.18121.08-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 20%
GREEN value IS 35 (14.06% from 255) = 25%
BLUE value IS 77 (30.47% from 255) = 55%
R=20%
G=25%
B=55%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2835770.640.5500.70231.4346.6720.59
Hex1C234D4037046e72f15
Octal34431151006701063475725
Binary1110010001110011011000000110111010001101110011110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C234D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,35,77); }

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

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

 a { background-color: rgb(28,35,77); }

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

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

 span { border-color: rgb(28,35,77); }

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