#1C2761

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

Shades of Lucky Point #1C2761

Tints of Lucky Point #1C2761

Color information

#1C2761 (or 0x1C2761) is unknown color: approx Lucky Point. HEX triplet: 1C, 27 and 61. RGB value is (28,39,97). Sum of RGB (Red+Green+Blue) = 28+39+97=164 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.07% from 164); Green value is 39 (15.62% from 255 or 23.78% from 164); Blue value is 97 (38.28% from 255 or 59.15% from 164); Max value from RGB is 97 - color contains mainly: blue. Hex color #1C2761 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2761 is #E3D89E. Grayscale: #2A2A2A. Windows color (decimal): -14932127 or 6367004. OLE color: 6367004.

HSL color Cylindrical-coordinate representation of color #1C2761: hue angle of 230.43º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C2761 is Cyan = 0.71, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB283997-
CMYK0.710.6000.62
HSL230.43º55.2%24.51%-
HSV(B)230.43º71.13%38.04%-
XYZ3.362.5611.63-
YUV42.32158.86117.78-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 17.07%
GREEN value IS 39 (15.62% from 255) = 23.78%
BLUE value IS 97 (38.28% from 255) = 59.15%
R=17.07%
G=23.78%
B=59.15%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2839970.710.6000.62230.4355.224.51
Hex1C2761473C03Ee63719
Octal3447141107740763466731
Binary111001001111100001100011111110001111101110011011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,39,97); }

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

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

 a { background-color: rgb(28,39,97); }

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

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

 span { border-color: rgb(28,39,97); }

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