#272B4A

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

Shades of Lucky Point #272B4A

Tints of Lucky Point #272B4A

Color information

#272B4A (or 0x272B4A) is unknown color: approx Lucky Point. HEX triplet: 27, 2B and 4A. RGB value is (39,43,74). Sum of RGB (Red+Green+Blue) = 39+43+74=156 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25% from 156); Green value is 43 (17.19% from 255 or 27.56% from 156); Blue value is 74 (29.30% from 255 or 47.44% from 156); Max value from RGB is 74 - color contains mainly: blue. Hex color #272B4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272B4A is #D8D4B5. Grayscale: #2D2D2D. Windows color (decimal): -14210230 or 4860711. OLE color: 4860711.

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

Color convert

RGB394374-
CMYK0.470.4200.71
HSL233.14º30.97%22.16%-
HSV(B)233.14º47.3%29.02%-
XYZ2.942.656.84-
YUV45.34144.17123.48-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25%
GREEN value IS 43 (17.19% from 255) = 27.56%
BLUE value IS 74 (29.30% from 255) = 47.44%
R=25%
G=27.56%
B=47.44%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3943740.470.4200.71233.1430.9722.16
Hex272B4A2F2A047e91f16
Octal4753112575201073513726
Binary100111101011100101010111110101001000111111010011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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