#272E58

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

Shades of Lucky Point #272E58

Tints of Lucky Point #272E58

Color information

#272E58 (or 0x272E58) is unknown color: approx Lucky Point. HEX triplet: 27, 2E and 58. RGB value is (39,46,88). Sum of RGB (Red+Green+Blue) = 39+46+88=173 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.54% from 173); Green value is 46 (18.36% from 255 or 26.59% from 173); Blue value is 88 (34.77% from 255 or 50.87% from 173); Max value from RGB is 88 - color contains mainly: blue. Hex color #272E58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272E58 is #D8D1A7. Grayscale: #303030. Windows color (decimal): -14209448 or 5778983. OLE color: 5778983.

HSL color Cylindrical-coordinate representation of color #272E58: hue angle of 231.43º 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 #272E58 is Cyan = 0.56, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB394688-
CMYK0.560.4800.65
HSL231.43º38.58%24.9%-
HSV(B)231.43º55.68%34.51%-
XYZ3.583.099.64-
YUV48.69150.18121.08-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.54%
GREEN value IS 46 (18.36% from 255) = 26.59%
BLUE value IS 88 (34.77% from 255) = 50.87%
R=22.54%
G=26.59%
B=50.87%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3946880.560.4800.65231.4338.5824.9
Hex272E583830041e72719
Octal4756130706001013474731
Binary1001111011101011000111000110000010000011110011110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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