#272A52

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

Shades of Lucky Point #272A52

Tints of Lucky Point #272A52

Color information

#272A52 (or 0x272A52) is unknown color: approx Lucky Point. HEX triplet: 27, 2A and 52. RGB value is (39,42,82). Sum of RGB (Red+Green+Blue) = 39+42+82=163 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.93% from 163); Green value is 42 (16.80% from 255 or 25.77% from 163); Blue value is 82 (32.42% from 255 or 50.31% from 163); Max value from RGB is 82 - color contains mainly: blue. Hex color #272A52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272A52 is #D8D5AD. Grayscale: #2D2D2D. Windows color (decimal): -14210478 or 5384743. OLE color: 5384743.

HSL color Cylindrical-coordinate representation of color #272A52: hue angle of 235.81º 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 #272A52 is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB394282-
CMYK0.520.4900.68
HSL235.81º35.54%23.73%-
HSV(B)235.81º52.44%32.16%-
XYZ3.192.78.34-
YUV45.66148.51123.25-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.93%
GREEN value IS 42 (16.80% from 255) = 25.77%
BLUE value IS 82 (32.42% from 255) = 50.31%
R=23.93%
G=25.77%
B=50.31%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3942820.520.4900.68235.8135.5423.73
Hex272A523431044ec2418
Octal4752122646101043544430
Binary1001111010101010010110100110001010001001110110010010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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