#272E51

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

Shades of Lucky Point #272E51

Tints of Lucky Point #272E51

Color information

#272E51 (or 0x272E51) is unknown color: approx Lucky Point. HEX triplet: 27, 2E and 51. RGB value is (39,46,81). Sum of RGB (Red+Green+Blue) = 39+46+81=166 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.49% from 166); Green value is 46 (18.36% from 255 or 27.71% from 166); Blue value is 81 (32.03% from 255 or 48.80% from 166); Max value from RGB is 81 - color contains mainly: blue. Hex color #272E51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272E51 is #D8D1AE. Grayscale: #2F2F2F. Windows color (decimal): -14209455 or 5320231. OLE color: 5320231.

HSL color Cylindrical-coordinate representation of color #272E51: hue angle of 230º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #272E51 is Cyan = 0.52, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB394681-
CMYK0.520.4300.68
HSL230º35%23.53%-
HSV(B)230º51.85%31.76%-
XYZ3.32.988.19-
YUV47.9146.68121.65-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.49%
GREEN value IS 46 (18.36% from 255) = 27.71%
BLUE value IS 81 (32.03% from 255) = 48.80%
R=23.49%
G=27.71%
B=48.80%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3946810.520.4300.682303523.53
Hex272E51342B044e62318
Octal4756121645301043464330
Binary1001111011101010001110100101011010001001110011010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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