#272A4B

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

Shades of Lucky Point #272A4B

Tints of Lucky Point #272A4B

Color information

#272A4B (or 0x272A4B) is unknown color: approx Lucky Point. HEX triplet: 27, 2A and 4B. RGB value is (39,42,75). Sum of RGB (Red+Green+Blue) = 39+42+75=156 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25% from 156); Green value is 42 (16.80% from 255 or 26.92% from 156); Blue value is 75 (29.69% from 255 or 48.08% from 156); Max value from RGB is 75 - color contains mainly: blue. Hex color #272A4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272A4B is #D8D5B4. Grayscale: #2C2C2C. Windows color (decimal): -14210485 or 4925991. OLE color: 4925991.

HSL color Cylindrical-coordinate representation of color #272A4B: hue angle of 235º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #272A4B is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB394275-
CMYK0.480.4400.71
HSL235º31.58%22.35%-
HSV(B)235º48%29.41%-
XYZ2.932.67-
YUV44.86145.01123.82-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25%
GREEN value IS 42 (16.80% from 255) = 26.92%
BLUE value IS 75 (29.69% from 255) = 48.08%
R=25%
G=26.92%
B=48.08%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3942750.480.4400.7123531.5822.35
Hex272A4B302C047eb2016
Octal4752113605401073534026
Binary1001111010101001011110000101100010001111110101110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,42,75); }

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

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

 a { background-color: rgb(39,42,75); }

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

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

 span { border-color: rgb(39,42,75); }

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