#272D4A

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

Shades of Lucky Point #272D4A

Tints of Lucky Point #272D4A

Color information

#272D4A (or 0x272D4A) is unknown color: approx Lucky Point. HEX triplet: 27, 2D and 4A. RGB value is (39,45,74). Sum of RGB (Red+Green+Blue) = 39+45+74=158 (20% of max value = 765). Red value is 39 (15.62% from 255 or 24.68% from 158); Green value is 45 (17.97% from 255 or 28.48% from 158); Blue value is 74 (29.30% from 255 or 46.84% from 158); Max value from RGB is 74 - color contains mainly: blue. Hex color #272D4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272D4A is #D8D2B5. Grayscale: #2E2E2E. Windows color (decimal): -14209718 or 4861223. OLE color: 4861223.

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

Color convert

RGB394574-
CMYK0.470.3900.71
HSL229.71º30.97%22.16%-
HSV(B)229.71º47.3%29.02%-
XYZ3.012.86.86-
YUV46.51143.51122.64-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.68%
GREEN value IS 45 (17.97% from 255) = 28.48%
BLUE value IS 74 (29.30% from 255) = 46.84%
R=24.68%
G=28.48%
B=46.84%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3945740.470.3900.71229.7130.9722.16
Hex272D4A2F27047e61f16
Octal4755112574701073463726
Binary100111101101100101010111110011101000111111001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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