#272A58

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

Shades of Lucky Point #272A58

Tints of Lucky Point #272A58

Color information

#272A58 (or 0x272A58) is unknown color: approx Lucky Point. HEX triplet: 27, 2A and 58. RGB value is (39,42,88). Sum of RGB (Red+Green+Blue) = 39+42+88=169 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.08% from 169); Green value is 42 (16.80% from 255 or 24.85% from 169); Blue value is 88 (34.77% from 255 or 52.07% from 169); Max value from RGB is 88 - color contains mainly: blue. Hex color #272A58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272A58 is #D8D5A7. Grayscale: #2E2E2E. Windows color (decimal): -14210472 or 5777959. OLE color: 5777959.

HSL color Cylindrical-coordinate representation of color #272A58: hue angle of 236.33º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #272A58 is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB394288-
CMYK0.560.5200.65
HSL236.33º38.58%24.9%-
HSV(B)236.33º55.68%34.51%-
XYZ3.432.799.59-
YUV46.35151.51122.76-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.08%
GREEN value IS 42 (16.80% from 255) = 24.85%
BLUE value IS 88 (34.77% from 255) = 52.07%
R=23.08%
G=24.85%
B=52.07%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3942880.560.5200.65236.3338.5824.9
Hex272A583834041ec2719
Octal4752130706401013544731
Binary1001111010101011000111000110100010000011110110010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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