#272F51

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

Shades of Lucky Point #272F51

Tints of Lucky Point #272F51

Color information

#272F51 (or 0x272F51) is unknown color: approx Lucky Point. HEX triplet: 27, 2F and 51. RGB value is (39,47,81). Sum of RGB (Red+Green+Blue) = 39+47+81=167 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.35% from 167); Green value is 47 (18.75% from 255 or 28.14% from 167); Blue value is 81 (32.03% from 255 or 48.50% from 167); Max value from RGB is 81 - color contains mainly: blue. Hex color #272F51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272F51 is #D8D0AE. Grayscale: #303030. Windows color (decimal): -14209199 or 5320487. OLE color: 5320487.

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

Color convert

RGB394781-
CMYK0.520.4200.68
HSL228.57º35%23.53%-
HSV(B)228.57º51.85%31.76%-
XYZ3.343.068.2-
YUV48.48146.35121.24-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.35%
GREEN value IS 47 (18.75% from 255) = 28.14%
BLUE value IS 81 (32.03% from 255) = 48.50%
R=23.35%
G=28.14%
B=48.50%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3947810.520.4200.68228.573523.53
Hex272F51342A044e52318
Octal4757121645201043454330
Binary1001111011111010001110100101010010001001110010110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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