#272B54

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

Shades of Lucky Point #272B54

Tints of Lucky Point #272B54

Color information

#272B54 (or 0x272B54) is unknown color: approx Lucky Point. HEX triplet: 27, 2B and 54. RGB value is (39,43,84). Sum of RGB (Red+Green+Blue) = 39+43+84=166 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.49% from 166); Green value is 43 (17.19% from 255 or 25.90% from 166); Blue value is 84 (33.20% from 255 or 50.60% from 166); Max value from RGB is 84 - color contains mainly: blue. Hex color #272B54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272B54 is #D8D4AB. Grayscale: #2E2E2E. Windows color (decimal): -14210220 or 5516071. OLE color: 5516071.

HSL color Cylindrical-coordinate representation of color #272B54: hue angle of 234.67º 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 #272B54 is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB394384-
CMYK0.540.4900.67
HSL234.67º36.59%24.12%-
HSV(B)234.67º53.57%32.94%-
XYZ3.32.88.75-
YUV46.48149.17122.67-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.49%
GREEN value IS 43 (17.19% from 255) = 25.90%
BLUE value IS 84 (33.20% from 255) = 50.60%
R=23.49%
G=25.90%
B=50.60%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3943840.540.4900.67234.6736.5924.12
Hex272B543631043eb2518
Octal4753124666101033534530
Binary1001111010111010100110110110001010000111110101110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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