#272E4B

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

Shades of Lucky Point #272E4B

Tints of Lucky Point #272E4B

Color information

#272E4B (or 0x272E4B) is unknown color: approx Lucky Point. HEX triplet: 27, 2E and 4B. RGB value is (39,46,75). Sum of RGB (Red+Green+Blue) = 39+46+75=160 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.38% from 160); Green value is 46 (18.36% from 255 or 28.75% from 160); Blue value is 75 (29.69% from 255 or 46.88% from 160); Max value from RGB is 75 - color contains mainly: blue. Hex color #272E4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272E4B is #D8D1B4. Grayscale: #2F2F2F. Windows color (decimal): -14209461 or 4927015. OLE color: 4927015.

HSL color Cylindrical-coordinate representation of color #272E4B: hue angle of 228.33º 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 #272E4B is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB394675-
CMYK0.480.3900.71
HSL228.33º31.58%22.35%-
HSV(B)228.33º48%29.41%-
XYZ3.082.897.05-
YUV47.21143.68122.14-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.38%
GREEN value IS 46 (18.36% from 255) = 28.75%
BLUE value IS 75 (29.69% from 255) = 46.88%
R=24.38%
G=28.75%
B=46.88%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3946750.480.3900.71228.3331.5822.35
Hex272E4B3027047e42016
Octal4756113604701073444026
Binary1001111011101001011110000100111010001111110010010000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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