#272B52

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

Shades of Lucky Point #272B52

Tints of Lucky Point #272B52

Color information

#272B52 (or 0x272B52) is unknown color: approx Lucky Point. HEX triplet: 27, 2B and 52. RGB value is (39,43,82). Sum of RGB (Red+Green+Blue) = 39+43+82=164 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.78% from 164); Green value is 43 (17.19% from 255 or 26.22% from 164); Blue value is 82 (32.42% from 255 or 50% from 164); Max value from RGB is 82 - color contains mainly: blue. Hex color #272B52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272B52 is #D8D4AD. Grayscale: #2E2E2E. Windows color (decimal): -14210222 or 5384999. OLE color: 5384999.

HSL color Cylindrical-coordinate representation of color #272B52: hue angle of 234.42º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #272B52 is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB394382-
CMYK0.520.4800.68
HSL234.42º35.54%23.73%-
HSV(B)234.42º52.44%32.16%-
XYZ3.222.778.35-
YUV46.25148.17122.83-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.78%
GREEN value IS 43 (17.19% from 255) = 26.22%
BLUE value IS 82 (32.42% from 255) = 50%
R=23.78%
G=26.22%
B=50%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3943820.520.4800.68234.4235.5423.73
Hex272B523430044ea2418
Octal4753122646001043524430
Binary1001111010111010010110100110000010001001110101010010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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