#273060

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

Shades of Lucky Point #273060

Tints of Lucky Point #273060

Color information

#273060 (or 0x273060) is unknown color: approx Lucky Point. HEX triplet: 27, 30 and 60. RGB value is (39,48,96). Sum of RGB (Red+Green+Blue) = 39+48+96=183 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.31% from 183); Green value is 48 (19.14% from 255 or 26.23% from 183); Blue value is 96 (37.89% from 255 or 52.46% from 183); Max value from RGB is 96 - color contains mainly: blue. Hex color #273060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273060 is #D8CF9F. Grayscale: #323232. Windows color (decimal): -14208928 or 6303783. OLE color: 6303783.

HSL color Cylindrical-coordinate representation of color #273060: hue angle of 230.53º 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 #273060 is Cyan = 0.59, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB394896-
CMYK0.590.5000.62
HSL230.53º42.22%26.47%-
HSV(B)230.53º59.38%37.65%-
XYZ43.3911.51-
YUV50.78153.52119.6-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.31%
GREEN value IS 48 (19.14% from 255) = 26.23%
BLUE value IS 96 (37.89% from 255) = 52.46%
R=21.31%
G=26.23%
B=52.46%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3948960.590.5000.62230.5342.2226.47
Hex2730603B3203Ee72a1a
Octal476014073620763475232
Binary100111110000110000011101111001001111101110011110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273060; }

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

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

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

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

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

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

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

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