#272E60

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

Shades of Lucky Point #272E60

Tints of Lucky Point #272E60

Color information

#272E60 (or 0x272E60) is unknown color: approx Lucky Point. HEX triplet: 27, 2E and 60. RGB value is (39,46,96). Sum of RGB (Red+Green+Blue) = 39+46+96=181 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.55% from 181); Green value is 46 (18.36% from 255 or 25.41% from 181); Blue value is 96 (37.89% from 255 or 53.04% from 181); Max value from RGB is 96 - color contains mainly: blue. Hex color #272E60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272E60 is #D8D19F. Grayscale: #313131. Windows color (decimal): -14209440 or 6303271. OLE color: 6303271.

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

Color convert

RGB394696-
CMYK0.590.5200.62
HSL232.63º42.22%26.47%-
HSV(B)232.63º59.38%37.65%-
XYZ3.933.2311.48-
YUV49.61154.18120.43-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.55%
GREEN value IS 46 (18.36% from 255) = 25.41%
BLUE value IS 96 (37.89% from 255) = 53.04%
R=21.55%
G=25.41%
B=53.04%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3946960.590.5200.62232.6342.2226.47
Hex272E603B3403Ee92a1a
Octal475614073640763515232
Binary100111101110110000011101111010001111101110100110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272E60; }

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

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

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

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

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

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

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

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