#282775

Color #282775 Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #282775

Tints of Midnight Blue #282775

Color information

#282775 (or 0x282775) is unknown color: approx Midnight Blue. HEX triplet: 28, 27 and 75. RGB value is (40,39,117). Sum of RGB (Red+Green+Blue) = 40+39+117=196 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.41% from 196); Green value is 39 (15.62% from 255 or 19.90% from 196); Blue value is 117 (46.09% from 255 or 59.69% from 196); Max value from RGB is 117 - color contains mainly: blue. Hex color #282775 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282775 is #D7D88A. Grayscale: #2F2F2F. Windows color (decimal): -14145675 or 7677736. OLE color: 7677736.

HSL color Cylindrical-coordinate representation of color #282775: hue angle of 240.77º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #282775 is Cyan = 0.66, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4039117-
CMYK0.660.6700.54
HSL240.77º50%30.59%-
HSV(B)240.77º66.67%45.88%-
XYZ4.813.1917.19-
YUV48.19166.83122.16-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.41%
GREEN value IS 39 (15.62% from 255) = 19.90%
BLUE value IS 117 (46.09% from 255) = 59.69%
R=20.41%
G=19.90%
B=59.69%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal40391170.660.6700.54240.775030.59
Hex2827754243036f1321f
Octal50471651021030663616237
Binary10100010011111101011000010100001101101101111000111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282775; }

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

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

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

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

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

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

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

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