#272A4A

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

Shades of Lucky Point #272A4A

Tints of Lucky Point #272A4A

Color information

#272A4A (or 0x272A4A) is unknown color: approx Lucky Point. HEX triplet: 27, 2A and 4A. RGB value is (39,42,74). Sum of RGB (Red+Green+Blue) = 39+42+74=155 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.16% from 155); Green value is 42 (16.80% from 255 or 27.10% from 155); Blue value is 74 (29.30% from 255 or 47.74% from 155); Max value from RGB is 74 - color contains mainly: blue. Hex color #272A4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272A4A is #D8D5B5. Grayscale: #2C2C2C. Windows color (decimal): -14210486 or 4860455. OLE color: 4860455.

HSL color Cylindrical-coordinate representation of color #272A4A: hue angle of 234.86º 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 #272A4A is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB394274-
CMYK0.470.4300.71
HSL234.86º30.97%22.16%-
HSV(B)234.86º47.3%29.02%-
XYZ2.92.586.82-
YUV44.75144.51123.9-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.16%
GREEN value IS 42 (16.80% from 255) = 27.10%
BLUE value IS 74 (29.30% from 255) = 47.74%
R=25.16%
G=27.10%
B=47.74%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3942740.470.4300.71234.8630.9722.16
Hex272A4A2F2B047eb1f16
Octal4752112575301073533726
Binary100111101010100101010111110101101000111111010111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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