#27294D

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

Shades of Lucky Point #27294D

Tints of Lucky Point #27294D

Color information

#27294D (or 0x27294D) is unknown color: approx Lucky Point. HEX triplet: 27, 29 and 4D. RGB value is (39,41,77). Sum of RGB (Red+Green+Blue) = 39+41+77=157 (20% of max value = 765). Red value is 39 (15.62% from 255 or 24.84% from 157); Green value is 41 (16.41% from 255 or 26.11% from 157); Blue value is 77 (30.47% from 255 or 49.04% from 157); Max value from RGB is 77 - color contains mainly: blue. Hex color #27294D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27294D is #D8D6B2. Grayscale: #2C2C2C. Windows color (decimal): -14210739 or 5056807. OLE color: 5056807.

HSL color Cylindrical-coordinate representation of color #27294D: hue angle of 236.84º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #27294D is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB394177-
CMYK0.490.4700.70
HSL236.84º32.76%22.75%-
HSV(B)236.84º49.35%30.2%-
XYZ2.972.557.36-
YUV44.51146.34124.07-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.84%
GREEN value IS 41 (16.41% from 255) = 26.11%
BLUE value IS 77 (30.47% from 255) = 49.04%
R=24.84%
G=26.11%
B=49.04%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3941770.490.4700.70236.8432.7622.75
Hex27294D312F046ed2117
Octal4751115615701063554127
Binary1001111010011001101110001101111010001101110110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27294D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27294D; }

 p { color: rgb(39,41,77); }

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

<style>
 a { background-color: #27294D; }

 a { background-color: rgb(39,41,77); }

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

<style>
 span { border-color: #27294D; }

 span { border-color: rgb(39,41,77); }

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