#27294A

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

Shades of Lucky Point #27294A

Tints of Lucky Point #27294A

Color information

#27294A (or 0x27294A) is unknown color: approx Lucky Point. HEX triplet: 27, 29 and 4A. RGB value is (39,41,74). Sum of RGB (Red+Green+Blue) = 39+41+74=154 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.32% from 154); Green value is 41 (16.41% from 255 or 26.62% from 154); Blue value is 74 (29.30% from 255 or 48.05% from 154); Max value from RGB is 74 - color contains mainly: blue. Hex color #27294A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27294A is #D8D6B5. Grayscale: #2C2C2C. Windows color (decimal): -14210742 or 4860199. OLE color: 4860199.

HSL color Cylindrical-coordinate representation of color #27294A: hue angle of 236.57º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #27294A is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB394174-
CMYK0.470.4500.71
HSL236.57º30.97%22.16%-
HSV(B)236.57º47.3%29.02%-
XYZ2.872.516.81-
YUV44.16144.84124.32-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.32%
GREEN value IS 41 (16.41% from 255) = 26.62%
BLUE value IS 74 (29.30% from 255) = 48.05%
R=25.32%
G=26.62%
B=48.05%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3941740.470.4500.71236.5730.9722.16
Hex27294A2F2D047ed1f16
Octal4751112575501073553726
Binary100111101001100101010111110110101000111111011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27294A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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