#272A5B

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

Shades of Lucky Point #272A5B

Tints of Lucky Point #272A5B

Color information

#272A5B (or 0x272A5B) is unknown color: approx Lucky Point. HEX triplet: 27, 2A and 5B. RGB value is (39,42,91). Sum of RGB (Red+Green+Blue) = 39+42+91=172 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.67% from 172); Green value is 42 (16.80% from 255 or 24.42% from 172); Blue value is 91 (35.94% from 255 or 52.91% from 172); Max value from RGB is 91 - color contains mainly: blue. Hex color #272A5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272A5B is #D8D5A4. Grayscale: #2E2E2E. Windows color (decimal): -14210469 or 5974567. OLE color: 5974567.

HSL color Cylindrical-coordinate representation of color #272A5B: hue angle of 236.54º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #272A5B is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB394291-
CMYK0.570.5400.64
HSL236.54º40%25.49%-
HSV(B)236.54º57.14%35.69%-
XYZ3.552.8410.26-
YUV46.69153.01122.52-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.67%
GREEN value IS 42 (16.80% from 255) = 24.42%
BLUE value IS 91 (35.94% from 255) = 52.91%
R=22.67%
G=24.42%
B=52.91%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3942910.570.5400.64236.544025.49
Hex272A5B3936040ed2819
Octal4752133716601003555031
Binary1001111010101011011111001110110010000001110110110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,42,91); }

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

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

 a { background-color: rgb(39,42,91); }

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

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

 span { border-color: rgb(39,42,91); }

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