#272E5F

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

Shades of Lucky Point #272E5F

Tints of Lucky Point #272E5F

Color information

#272E5F (or 0x272E5F) is unknown color: approx Lucky Point. HEX triplet: 27, 2E and 5F. RGB value is (39,46,95). Sum of RGB (Red+Green+Blue) = 39+46+95=180 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.67% from 180); Green value is 46 (18.36% from 255 or 25.56% from 180); Blue value is 95 (37.5% from 255 or 52.78% from 180); Max value from RGB is 95 - color contains mainly: blue. Hex color #272E5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272E5F is #D8D1A0. Grayscale: #313131. Windows color (decimal): -14209441 or 6237735. OLE color: 6237735.

HSL color Cylindrical-coordinate representation of color #272E5F: hue angle of 232.5º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #272E5F is Cyan = 0.59, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB394695-
CMYK0.590.5200.63
HSL232.5º41.79%26.27%-
HSV(B)232.5º58.95%37.25%-
XYZ3.883.2111.24-
YUV49.49153.68120.52-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.67%
GREEN value IS 46 (18.36% from 255) = 25.56%
BLUE value IS 95 (37.5% from 255) = 52.78%
R=21.67%
G=25.56%
B=52.78%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3946950.590.5200.63232.541.7926.27
Hex272E5F3B3403Fe82a1a
Octal475613773640773505232
Binary100111101110101111111101111010001111111110100010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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