#272C58

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

Shades of Lucky Point #272C58

Tints of Lucky Point #272C58

Color information

#272C58 (or 0x272C58) is unknown color: approx Lucky Point. HEX triplet: 27, 2C and 58. RGB value is (39,44,88). Sum of RGB (Red+Green+Blue) = 39+44+88=171 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.81% from 171); Green value is 44 (17.58% from 255 or 25.73% from 171); Blue value is 88 (34.77% from 255 or 51.46% from 171); Max value from RGB is 88 - color contains mainly: blue. Hex color #272C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272C58 is #D8D3A7. Grayscale: #2F2F2F. Windows color (decimal): -14209960 or 5778471. OLE color: 5778471.

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

Color convert

RGB394488-
CMYK0.560.500.65
HSL233.88º38.58%24.9%-
HSV(B)233.88º55.68%34.51%-
XYZ3.52.949.62-
YUV47.52150.84121.92-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.81%
GREEN value IS 44 (17.58% from 255) = 25.73%
BLUE value IS 88 (34.77% from 255) = 51.46%
R=22.81%
G=25.73%
B=51.46%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3944880.560.500.65233.8838.5824.9
Hex272C583832041ea2719
Octal4754130706201013524731
Binary1001111011001011000111000110010010000011110101010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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