#272C52

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

Shades of Lucky Point #272C52

Tints of Lucky Point #272C52

Color information

#272C52 (or 0x272C52) is unknown color: approx Lucky Point. HEX triplet: 27, 2C and 52. RGB value is (39,44,82). Sum of RGB (Red+Green+Blue) = 39+44+82=165 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.64% from 165); Green value is 44 (17.58% from 255 or 26.67% from 165); Blue value is 82 (32.42% from 255 or 49.70% from 165); Max value from RGB is 82 - color contains mainly: blue. Hex color #272C52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272C52 is #D8D3AD. Grayscale: #2E2E2E. Windows color (decimal): -14209966 or 5385255. OLE color: 5385255.

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

Color convert

RGB394482-
CMYK0.520.4600.68
HSL233.02º35.54%23.73%-
HSV(B)233.02º52.44%32.16%-
XYZ3.262.848.36-
YUV46.84147.84122.41-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.64%
GREEN value IS 44 (17.58% from 255) = 26.67%
BLUE value IS 82 (32.42% from 255) = 49.70%
R=23.64%
G=26.67%
B=49.70%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3944820.520.4600.68233.0235.5423.73
Hex272C52342E044e92418
Octal4754122645601043514430
Binary1001111011001010010110100101110010001001110100110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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