#282F59

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

Shades of Lucky Point #282F59

Tints of Lucky Point #282F59

Color information

#282F59 (or 0x282F59) is unknown color: approx Lucky Point. HEX triplet: 28, 2F and 59. RGB value is (40,47,89). Sum of RGB (Red+Green+Blue) = 40+47+89=176 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.73% from 176); Green value is 47 (18.75% from 255 or 26.70% from 176); Blue value is 89 (35.16% from 255 or 50.57% from 176); Max value from RGB is 89 - color contains mainly: blue. Hex color #282F59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282F59 is #D7D0A6. Grayscale: #313131. Windows color (decimal): -14143655 or 5844776. OLE color: 5844776.

HSL color Cylindrical-coordinate representation of color #282F59: hue angle of 231.43º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #282F59 is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB404789-
CMYK0.550.4700.65
HSL231.43º37.98%25.29%-
HSV(B)231.43º55.06%34.9%-
XYZ3.693.219.88-
YUV49.7150.18121.08-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.73%
GREEN value IS 47 (18.75% from 255) = 26.70%
BLUE value IS 89 (35.16% from 255) = 50.57%
R=22.73%
G=26.70%
B=50.57%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4047890.550.4700.65231.4337.9825.29
Hex282F59372F041e72619
Octal5057131675701013474631
Binary1010001011111011001110111101111010000011110011110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282F59; }

 p { color: rgb(40,47,89); }

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

<style>
 a { background-color: #282F59; }

 a { background-color: rgb(40,47,89); }

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

<style>
 span { border-color: #282F59; }

 span { border-color: rgb(40,47,89); }

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