#272D53

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

Shades of Lucky Point #272D53

Tints of Lucky Point #272D53

Color information

#272D53 (or 0x272D53) is unknown color: approx Lucky Point. HEX triplet: 27, 2D and 53. RGB value is (39,45,83). Sum of RGB (Red+Green+Blue) = 39+45+83=167 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.35% from 167); Green value is 45 (17.97% from 255 or 26.95% from 167); Blue value is 83 (32.81% from 255 or 49.70% from 167); Max value from RGB is 83 - color contains mainly: blue. Hex color #272D53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272D53 is #D8D2AC. Grayscale: #2F2F2F. Windows color (decimal): -14209709 or 5451047. OLE color: 5451047.

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

Color convert

RGB394583-
CMYK0.530.4600.67
HSL231.82º36.07%23.92%-
HSV(B)231.82º53.01%32.55%-
XYZ3.342.938.57-
YUV47.54148.01121.91-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.35%
GREEN value IS 45 (17.97% from 255) = 26.95%
BLUE value IS 83 (32.81% from 255) = 49.70%
R=23.35%
G=26.95%
B=49.70%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3945830.530.4600.67231.8236.0723.92
Hex272D53352E043e82418
Octal4755123655601033504430
Binary1001111011011010011110101101110010000111110100010010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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