#272D55

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

Shades of Lucky Point #272D55

Tints of Lucky Point #272D55

Color information

#272D55 (or 0x272D55) is unknown color: approx Lucky Point. HEX triplet: 27, 2D and 55. RGB value is (39,45,85). Sum of RGB (Red+Green+Blue) = 39+45+85=169 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.08% from 169); Green value is 45 (17.97% from 255 or 26.63% from 169); Blue value is 85 (33.59% from 255 or 50.30% from 169); Max value from RGB is 85 - color contains mainly: blue. Hex color #272D55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272D55 is #D8D2AA. Grayscale: #2F2F2F. Windows color (decimal): -14209707 or 5582119. OLE color: 5582119.

HSL color Cylindrical-coordinate representation of color #272D55: hue angle of 232.17º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #272D55 is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB394585-
CMYK0.540.4700.67
HSL232.17º37.1%24.31%-
HSV(B)232.17º54.12%33.33%-
XYZ3.412.968.99-
YUV47.77149.01121.75-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.08%
GREEN value IS 45 (17.97% from 255) = 26.63%
BLUE value IS 85 (33.59% from 255) = 50.30%
R=23.08%
G=26.63%
B=50.30%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3945850.540.4700.67232.1737.124.31
Hex272D55362F043e82518
Octal4755125665701033504530
Binary1001111011011010101110110101111010000111110100010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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