#27284B

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

Shades of Lucky Point #27284B

Tints of Lucky Point #27284B

Color information

#27284B (or 0x27284B) is unknown color: approx Lucky Point. HEX triplet: 27, 28 and 4B. RGB value is (39,40,75). Sum of RGB (Red+Green+Blue) = 39+40+75=154 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.32% from 154); Green value is 40 (16.02% from 255 or 25.97% from 154); Blue value is 75 (29.69% from 255 or 48.70% from 154); Max value from RGB is 75 - color contains mainly: blue. Hex color #27284B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27284B is #D8D7B4. Grayscale: #2B2B2B. Windows color (decimal): -14210997 or 4925479. OLE color: 4925479.

HSL color Cylindrical-coordinate representation of color #27284B: hue angle of 238.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 #27284B is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB394075-
CMYK0.480.4700.71
HSL238.33º31.58%22.35%-
HSV(B)238.33º48%29.41%-
XYZ2.872.466.98-
YUV43.69145.67124.65-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.32%
GREEN value IS 40 (16.02% from 255) = 25.97%
BLUE value IS 75 (29.69% from 255) = 48.70%
R=25.32%
G=25.97%
B=48.70%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3940750.480.4700.71238.3331.5822.35
Hex27284B302F047ee2016
Octal4750113605701073564026
Binary1001111010001001011110000101111010001111110111010000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27284B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27284B; }

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

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

<style>
 a { background-color: #27284B; }

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

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

<style>
 span { border-color: #27284B; }

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

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