#272852

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

Shades of Lucky Point #272852

Tints of Lucky Point #272852

Color information

#272852 (or 0x272852) is unknown color: approx Lucky Point. HEX triplet: 27, 28 and 52. RGB value is (39,40,82). Sum of RGB (Red+Green+Blue) = 39+40+82=161 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.22% from 161); Green value is 40 (16.02% from 255 or 24.84% from 161); Blue value is 82 (32.42% from 255 or 50.93% from 161); Max value from RGB is 82 - color contains mainly: blue. Hex color #272852 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272852 is #D8D7AD. Grayscale: #2C2C2C. Windows color (decimal): -14210990 or 5384231. OLE color: 5384231.

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

Color convert

RGB394082-
CMYK0.520.5100.68
HSL238.6º35.54%23.73%-
HSV(B)238.6º52.44%32.16%-
XYZ3.122.568.31-
YUV44.49149.17124.08-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.22%
GREEN value IS 40 (16.02% from 255) = 24.84%
BLUE value IS 82 (32.42% from 255) = 50.93%
R=24.22%
G=24.84%
B=50.93%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3940820.520.5100.68238.635.5423.73
Hex2728523433044ef2418
Octal4750122646301043574430
Binary1001111010001010010110100110011010001001110111110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272852; }

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

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

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

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

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

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

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

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