#27294B

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

Shades of Lucky Point #27294B

Tints of Lucky Point #27294B

Color information

#27294B (or 0x27294B) is unknown color: approx Lucky Point. HEX triplet: 27, 29 and 4B. RGB value is (39,41,75). Sum of RGB (Red+Green+Blue) = 39+41+75=155 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.16% from 155); Green value is 41 (16.41% from 255 or 26.45% from 155); Blue value is 75 (29.69% from 255 or 48.39% from 155); Max value from RGB is 75 - color contains mainly: blue. Hex color #27294B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27294B is #D8D6B4. Grayscale: #2C2C2C. Windows color (decimal): -14210741 or 4925735. OLE color: 4925735.

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

Color convert

RGB394175-
CMYK0.480.4500.71
HSL236.67º31.58%22.35%-
HSV(B)236.67º48%29.41%-
XYZ2.92.536.99-
YUV44.28145.34124.24-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.16%
GREEN value IS 41 (16.41% from 255) = 26.45%
BLUE value IS 75 (29.69% from 255) = 48.39%
R=25.16%
G=26.45%
B=48.39%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3941750.480.4500.71236.6731.5822.35
Hex27294B302D047ed2016
Octal4751113605501073554026
Binary1001111010011001011110000101101010001111110110110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27294B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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