#272F59

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

Shades of Lucky Point #272F59

Tints of Lucky Point #272F59

Color information

#272F59 (or 0x272F59) is unknown color: approx Lucky Point. HEX triplet: 27, 2F and 59. RGB value is (39,47,89). Sum of RGB (Red+Green+Blue) = 39+47+89=175 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.29% from 175); Green value is 47 (18.75% from 255 or 26.86% from 175); Blue value is 89 (35.16% from 255 or 50.86% from 175); Max value from RGB is 89 - color contains mainly: blue. Hex color #272F59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272F59 is #D8D0A6. Grayscale: #313131. Windows color (decimal): -14209191 or 5844775. OLE color: 5844775.

HSL color Cylindrical-coordinate representation of color #272F59: hue angle of 230.4º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #272F59 is Cyan = 0.56, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB394789-
CMYK0.560.4700.65
HSL230.4º39.06%25.1%-
HSV(B)230.4º56.18%34.9%-
XYZ3.663.199.87-
YUV49.4150.35120.58-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.29%
GREEN value IS 47 (18.75% from 255) = 26.86%
BLUE value IS 89 (35.16% from 255) = 50.86%
R=22.29%
G=26.86%
B=50.86%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3947890.560.4700.65230.439.0625.1
Hex272F59382F041e62719
Octal4757131705701013464731
Binary1001111011111011001111000101111010000011110011010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,47,89); }

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

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

 a { background-color: rgb(39,47,89); }

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

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

 span { border-color: rgb(39,47,89); }

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