#272B47

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

Shades of Lucky Point #272B47

Tints of Lucky Point #272B47

Color information

#272B47 (or 0x272B47) is unknown color: approx Lucky Point. HEX triplet: 27, 2B and 47. RGB value is (39,43,71). Sum of RGB (Red+Green+Blue) = 39+43+71=153 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.49% from 153); Green value is 43 (17.19% from 255 or 28.10% from 153); Blue value is 71 (28.12% from 255 or 46.41% from 153); Max value from RGB is 71 - color contains mainly: blue. Hex color #272B47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272B47 is #D8D4B8. Grayscale: #2C2C2C. Windows color (decimal): -14210233 or 4664103. OLE color: 4664103.

HSL color Cylindrical-coordinate representation of color #272B47: hue angle of 232.5º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #272B47 is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB394371-
CMYK0.450.3900.72
HSL232.5º29.09%21.57%-
HSV(B)232.5º45.07%27.84%-
XYZ2.842.616.32-
YUV45142.67123.72-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.49%
GREEN value IS 43 (17.19% from 255) = 28.10%
BLUE value IS 71 (28.12% from 255) = 46.41%
R=25.49%
G=28.10%
B=46.41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3943710.450.3900.72232.529.0921.57
Hex272B472D27048e81d16
Octal4753107554701103503526
Binary100111101011100011110110110011101001000111010001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,43,71); }

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

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

 a { background-color: rgb(39,43,71); }

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

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

 span { border-color: rgb(39,43,71); }

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