#272A57

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

Shades of Lucky Point #272A57

Tints of Lucky Point #272A57

Color information

#272A57 (or 0x272A57) is unknown color: approx Lucky Point. HEX triplet: 27, 2A and 57. RGB value is (39,42,87). Sum of RGB (Red+Green+Blue) = 39+42+87=168 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.21% from 168); Green value is 42 (16.80% from 255 or 25% from 168); Blue value is 87 (34.38% from 255 or 51.79% from 168); Max value from RGB is 87 - color contains mainly: blue. Hex color #272A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272A57 is #D8D5A8. Grayscale: #2E2E2E. Windows color (decimal): -14210473 or 5712423. OLE color: 5712423.

HSL color Cylindrical-coordinate representation of color #272A57: hue angle of 236.25º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #272A57 is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB394287-
CMYK0.550.5200.66
HSL236.25º38.1%24.71%-
HSV(B)236.25º55.17%34.12%-
XYZ3.382.789.37-
YUV46.23151.01122.84-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.21%
GREEN value IS 42 (16.80% from 255) = 25%
BLUE value IS 87 (34.38% from 255) = 51.79%
R=23.21%
G=25%
B=51.79%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3942870.550.5200.66236.2538.124.71
Hex272A573734042ec2619
Octal4752127676401023544631
Binary1001111010101010111110111110100010000101110110010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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