#272C53

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

Shades of Lucky Point #272C53

Tints of Lucky Point #272C53

Color information

#272C53 (or 0x272C53) is unknown color: approx Lucky Point. HEX triplet: 27, 2C and 53. RGB value is (39,44,83). Sum of RGB (Red+Green+Blue) = 39+44+83=166 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.49% from 166); Green value is 44 (17.58% from 255 or 26.51% from 166); Blue value is 83 (32.81% from 255 or 50% from 166); Max value from RGB is 83 - color contains mainly: blue. Hex color #272C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272C53 is #D8D3AC. Grayscale: #2E2E2E. Windows color (decimal): -14209965 or 5450791. OLE color: 5450791.

HSL color Cylindrical-coordinate representation of color #272C53: hue angle of 233.18º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #272C53 is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB394483-
CMYK0.530.4700.67
HSL233.18º36.07%23.92%-
HSV(B)233.18º53.01%32.55%-
XYZ3.32.868.56-
YUV46.95148.34122.33-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.49%
GREEN value IS 44 (17.58% from 255) = 26.51%
BLUE value IS 83 (32.81% from 255) = 50%
R=23.49%
G=26.51%
B=50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3944830.530.4700.67233.1836.0723.92
Hex272C53352F043e92418
Octal4754123655701033514430
Binary1001111011001010011110101101111010000111110100110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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