#272F5D

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

Shades of Lucky Point #272F5D

Tints of Lucky Point #272F5D

Color information

#272F5D (or 0x272F5D) is unknown color: approx Lucky Point. HEX triplet: 27, 2F and 5D. RGB value is (39,47,93). Sum of RGB (Red+Green+Blue) = 39+47+93=179 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.79% from 179); Green value is 47 (18.75% from 255 or 26.26% from 179); Blue value is 93 (36.72% from 255 or 51.96% from 179); Max value from RGB is 93 - color contains mainly: blue. Hex color #272F5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272F5D is #D8D0A2. Grayscale: #313131. Windows color (decimal): -14209187 or 6106919. OLE color: 6106919.

HSL color Cylindrical-coordinate representation of color #272F5D: hue angle of 231.11º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #272F5D is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB394793-
CMYK0.580.4900.64
HSL231.11º40.91%25.88%-
HSV(B)231.11º58.06%36.47%-
XYZ3.833.2510.78-
YUV49.85152.35120.26-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.79%
GREEN value IS 47 (18.75% from 255) = 26.26%
BLUE value IS 93 (36.72% from 255) = 51.96%
R=21.79%
G=26.26%
B=51.96%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3947930.580.4900.64231.1140.9125.88
Hex272F5D3A31040e7291a
Octal4757135726101003475132
Binary1001111011111011101111010110001010000001110011110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,47,93); }

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

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

 a { background-color: rgb(39,47,93); }

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

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

 span { border-color: rgb(39,47,93); }

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