#273160

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

Shades of Lucky Point #273160

Tints of Lucky Point #273160

Color information

#273160 (or 0x273160) is unknown color: approx Lucky Point. HEX triplet: 27, 31 and 60. RGB value is (39,49,96). Sum of RGB (Red+Green+Blue) = 39+49+96=184 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.20% from 184); Green value is 49 (19.53% from 255 or 26.63% from 184); Blue value is 96 (37.89% from 255 or 52.17% from 184); Max value from RGB is 96 - color contains mainly: blue. Hex color #273160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273160 is #D8CE9F. Grayscale: #333333. Windows color (decimal): -14208672 or 6304039. OLE color: 6304039.

HSL color Cylindrical-coordinate representation of color #273160: hue angle of 229.47º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #273160 is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB394996-
CMYK0.590.4900.62
HSL229.47º42.22%26.47%-
HSV(B)229.47º59.38%37.65%-
XYZ4.053.4711.52-
YUV51.37153.19119.18-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.20%
GREEN value IS 49 (19.53% from 255) = 26.63%
BLUE value IS 96 (37.89% from 255) = 52.17%
R=21.20%
G=26.63%
B=52.17%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3949960.590.4900.62229.4742.2226.47
Hex2731603B3103Ee52a1a
Octal476114073610763455232
Binary100111110001110000011101111000101111101110010110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273160; }

 p { color: rgb(39,49,96); }

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

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

 a { background-color: rgb(39,49,96); }

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

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

 span { border-color: rgb(39,49,96); }

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