#282B5F

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

Shades of Lucky Point #282B5F

Tints of Lucky Point #282B5F

Color information

#282B5F (or 0x282B5F) is unknown color: approx Lucky Point. HEX triplet: 28, 2B and 5F. RGB value is (40,43,95). Sum of RGB (Red+Green+Blue) = 40+43+95=178 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.47% from 178); Green value is 43 (17.19% from 255 or 24.16% from 178); Blue value is 95 (37.5% from 255 or 53.37% from 178); Max value from RGB is 95 - color contains mainly: blue. Hex color #282B5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282B5F is #D7D4A0. Grayscale: #2F2F2F. Windows color (decimal): -14144673 or 6236968. OLE color: 6236968.

HSL color Cylindrical-coordinate representation of color #282B5F: hue angle of 236.73º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #282B5F is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB404395-
CMYK0.580.5500.63
HSL236.73º40.74%26.47%-
HSV(B)236.73º57.89%37.25%-
XYZ3.83.0111.21-
YUV48.03154.51122.27-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.47%
GREEN value IS 43 (17.19% from 255) = 24.16%
BLUE value IS 95 (37.5% from 255) = 53.37%
R=22.47%
G=24.16%
B=53.37%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4043950.580.5500.63236.7340.7426.47
Hex282B5F3A3703Fed291a
Octal505313772670773555132
Binary101000101011101111111101011011101111111110110110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,43,95); }

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

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

 a { background-color: rgb(40,43,95); }

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

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

 span { border-color: rgb(40,43,95); }

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