#282D59

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

Shades of Lucky Point #282D59

Tints of Lucky Point #282D59

Color information

#282D59 (or 0x282D59) is unknown color: approx Lucky Point. HEX triplet: 28, 2D and 59. RGB value is (40,45,89). Sum of RGB (Red+Green+Blue) = 40+45+89=174 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.99% from 174); Green value is 45 (17.97% from 255 or 25.86% from 174); Blue value is 89 (35.16% from 255 or 51.15% from 174); Max value from RGB is 89 - color contains mainly: blue. Hex color #282D59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282D59 is #D7D2A6. Grayscale: #303030. Windows color (decimal): -14144167 or 5844264. OLE color: 5844264.

HSL color Cylindrical-coordinate representation of color #282D59: hue angle of 233.88º 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 #282D59 is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB404589-
CMYK0.550.4900.65
HSL233.88º37.98%25.29%-
HSV(B)233.88º55.06%34.9%-
XYZ3.623.059.85-
YUV48.52150.84121.92-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.99%
GREEN value IS 45 (17.97% from 255) = 25.86%
BLUE value IS 89 (35.16% from 255) = 51.15%
R=22.99%
G=25.86%
B=51.15%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4045890.550.4900.65233.8837.9825.29
Hex282D593731041ea2619
Octal5055131676101013524631
Binary1010001011011011001110111110001010000011110101010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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