#272A56

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

Shades of Lucky Point #272A56

Tints of Lucky Point #272A56

Color information

#272A56 (or 0x272A56) is unknown color: approx Lucky Point. HEX triplet: 27, 2A and 56. RGB value is (39,42,86). Sum of RGB (Red+Green+Blue) = 39+42+86=167 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.35% from 167); Green value is 42 (16.80% from 255 or 25.15% from 167); Blue value is 86 (33.98% from 255 or 51.50% from 167); Max value from RGB is 86 - color contains mainly: blue. Hex color #272A56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272A56 is #D8D5A9. Grayscale: #2D2D2D. Windows color (decimal): -14210474 or 5646887. OLE color: 5646887.

HSL color Cylindrical-coordinate representation of color #272A56: hue angle of 236.17º 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 #272A56 is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB394286-
CMYK0.550.5100.66
HSL236.17º37.6%24.51%-
HSV(B)236.17º54.65%33.73%-
XYZ3.342.769.16-
YUV46.12150.51122.92-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.35%
GREEN value IS 42 (16.80% from 255) = 25.15%
BLUE value IS 86 (33.98% from 255) = 51.50%
R=23.35%
G=25.15%
B=51.50%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3942860.550.5100.66236.1737.624.51
Hex272A563733042ec2619
Octal4752126676301023544631
Binary1001111010101010110110111110011010000101110110010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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