#272B50

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

Shades of Lucky Point #272B50

Tints of Lucky Point #272B50

Color information

#272B50 (or 0x272B50) is unknown color: approx Lucky Point. HEX triplet: 27, 2B and 50. RGB value is (39,43,80). Sum of RGB (Red+Green+Blue) = 39+43+80=162 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.07% from 162); Green value is 43 (17.19% from 255 or 26.54% from 162); Blue value is 80 (31.64% from 255 or 49.38% from 162); Max value from RGB is 80 - color contains mainly: blue. Hex color #272B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272B50 is #D8D4AF. Grayscale: #2D2D2D. Windows color (decimal): -14210224 or 5253927. OLE color: 5253927.

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

Color convert

RGB394380-
CMYK0.510.4600.69
HSL234.15º34.45%23.33%-
HSV(B)234.15º51.25%31.37%-
XYZ3.152.747.95-
YUV46.02147.17122.99-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.07%
GREEN value IS 43 (17.19% from 255) = 26.54%
BLUE value IS 80 (31.64% from 255) = 49.38%
R=24.07%
G=26.54%
B=49.38%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3943800.510.4600.69234.1534.4523.33
Hex272B50332E045ea2217
Octal4753120635601053524227
Binary1001111010111010000110011101110010001011110101010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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