#272E53

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

Shades of Lucky Point #272E53

Tints of Lucky Point #272E53

Color information

#272E53 (or 0x272E53) is unknown color: approx Lucky Point. HEX triplet: 27, 2E and 53. RGB value is (39,46,83). Sum of RGB (Red+Green+Blue) = 39+46+83=168 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.21% from 168); Green value is 46 (18.36% from 255 or 27.38% from 168); Blue value is 83 (32.81% from 255 or 49.40% from 168); Max value from RGB is 83 - color contains mainly: blue. Hex color #272E53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272E53 is #D8D1AC. Grayscale: #2F2F2F. Windows color (decimal): -14209453 or 5451303. OLE color: 5451303.

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

Color convert

RGB394683-
CMYK0.530.4500.67
HSL230.45º36.07%23.92%-
HSV(B)230.45º53.01%32.55%-
XYZ3.383.018.59-
YUV48.12147.68121.49-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.21%
GREEN value IS 46 (18.36% from 255) = 27.38%
BLUE value IS 83 (32.81% from 255) = 49.40%
R=23.21%
G=27.38%
B=49.40%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3946830.530.4500.67230.4536.0723.92
Hex272E53352D043e62418
Octal4756123655501033464430
Binary1001111011101010011110101101101010000111110011010010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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