#282D5A

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

Shades of Lucky Point #282D5A

Tints of Lucky Point #282D5A

Color information

#282D5A (or 0x282D5A) is unknown color: approx Lucky Point. HEX triplet: 28, 2D and 5A. RGB value is (40,45,90). Sum of RGB (Red+Green+Blue) = 40+45+90=175 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.86% from 175); Green value is 45 (17.97% from 255 or 25.71% from 175); Blue value is 90 (35.55% from 255 or 51.43% from 175); Max value from RGB is 90 - color contains mainly: blue. Hex color #282D5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282D5A is #D7D2A5. Grayscale: #303030. Windows color (decimal): -14144166 or 5909800. OLE color: 5909800.

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

Color convert

RGB404590-
CMYK0.560.5000.65
HSL234º38.46%25.49%-
HSV(B)234º55.56%35.29%-
XYZ3.663.0710.07-
YUV48.64151.34121.84-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.86%
GREEN value IS 45 (17.97% from 255) = 25.71%
BLUE value IS 90 (35.55% from 255) = 51.43%
R=22.86%
G=25.71%
B=51.43%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4045900.560.5000.6523438.4625.49
Hex282D5A3832041ea2619
Octal5055132706201013524631
Binary1010001011011011010111000110010010000011110101010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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