#272D56

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

Shades of Lucky Point #272D56

Tints of Lucky Point #272D56

Color information

#272D56 (or 0x272D56) is unknown color: approx Lucky Point. HEX triplet: 27, 2D and 56. RGB value is (39,45,86). Sum of RGB (Red+Green+Blue) = 39+45+86=170 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.94% from 170); Green value is 45 (17.97% from 255 or 26.47% from 170); Blue value is 86 (33.98% from 255 or 50.59% from 170); Max value from RGB is 86 - color contains mainly: blue. Hex color #272D56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272D56 is #D8D2A9. Grayscale: #2F2F2F. Windows color (decimal): -14209706 or 5647655. OLE color: 5647655.

HSL color Cylindrical-coordinate representation of color #272D56: hue angle of 232.34º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #272D56 is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB394586-
CMYK0.550.4800.66
HSL232.34º37.6%24.51%-
HSV(B)232.34º54.65%33.73%-
XYZ3.452.989.2-
YUV47.88149.51121.67-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.94%
GREEN value IS 45 (17.97% from 255) = 26.47%
BLUE value IS 86 (33.98% from 255) = 50.59%
R=22.94%
G=26.47%
B=50.59%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3945860.550.4800.66232.3437.624.51
Hex272D563730042e82619
Octal4755126676001023504631
Binary1001111011011010110110111110000010000101110100010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,45,86); }

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

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

 a { background-color: rgb(39,45,86); }

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

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

 span { border-color: rgb(39,45,86); }

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