#272F50

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

Shades of Lucky Point #272F50

Tints of Lucky Point #272F50

Color information

#272F50 (or 0x272F50) is unknown color: approx Lucky Point. HEX triplet: 27, 2F and 50. RGB value is (39,47,80). Sum of RGB (Red+Green+Blue) = 39+47+80=166 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.49% from 166); Green value is 47 (18.75% from 255 or 28.31% from 166); Blue value is 80 (31.64% from 255 or 48.19% from 166); Max value from RGB is 80 - color contains mainly: blue. Hex color #272F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272F50 is #D8D0AF. Grayscale: #303030. Windows color (decimal): -14209200 or 5254951. OLE color: 5254951.

HSL color Cylindrical-coordinate representation of color #272F50: hue angle of 228.29º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #272F50 is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB394780-
CMYK0.510.4100.69
HSL228.29º34.45%23.33%-
HSV(B)228.29º51.25%31.37%-
XYZ3.33.048-
YUV48.37145.85121.32-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.49%
GREEN value IS 47 (18.75% from 255) = 28.31%
BLUE value IS 80 (31.64% from 255) = 48.19%
R=23.49%
G=28.31%
B=48.19%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3947800.510.4100.69228.2934.4523.33
Hex272F503329045e42217
Octal4757120635101053444227
Binary1001111011111010000110011101001010001011110010010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,47,80); }

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

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

 a { background-color: rgb(39,47,80); }

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

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

 span { border-color: rgb(39,47,80); }

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