#27294C

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

Shades of Lucky Point #27294C

Tints of Lucky Point #27294C

Color information

#27294C (or 0x27294C) is unknown color: approx Lucky Point. HEX triplet: 27, 29 and 4C. RGB value is (39,41,76). Sum of RGB (Red+Green+Blue) = 39+41+76=156 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25% from 156); Green value is 41 (16.41% from 255 or 26.28% from 156); Blue value is 76 (30.08% from 255 or 48.72% from 156); Max value from RGB is 76 - color contains mainly: blue. Hex color #27294C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27294C is #D8D6B3. Grayscale: #2C2C2C. Windows color (decimal): -14210740 or 4991271. OLE color: 4991271.

HSL color Cylindrical-coordinate representation of color #27294C: hue angle of 236.76º degrees, saturation: 0.32, 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 #27294C is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB394176-
CMYK0.490.4600.70
HSL236.76º32.17%22.55%-
HSV(B)236.76º48.68%29.8%-
XYZ2.932.547.17-
YUV44.39145.84124.15-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25%
GREEN value IS 41 (16.41% from 255) = 26.28%
BLUE value IS 76 (30.08% from 255) = 48.72%
R=25%
G=26.28%
B=48.72%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3941760.490.4600.70236.7632.1722.55
Hex27294C312E046ed2017
Octal4751114615601063554027
Binary1001111010011001100110001101110010001101110110110000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27294C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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