#282575

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

Shades of Midnight Blue #282575

Tints of Midnight Blue #282575

Color information

#282575 (or 0x282575) is unknown color: approx Midnight Blue. HEX triplet: 28, 25 and 75. RGB value is (40,37,117). Sum of RGB (Red+Green+Blue) = 40+37+117=194 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.62% from 194); Green value is 37 (14.84% from 255 or 19.07% from 194); Blue value is 117 (46.09% from 255 or 60.31% from 194); Max value from RGB is 117 - color contains mainly: blue. Hex color #282575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282575 is #D7DA8A. Grayscale: #2E2E2E. Windows color (decimal): -14146187 or 7677224. OLE color: 7677224.

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

Color convert

RGB4037117-
CMYK0.660.6800.54
HSL242.25º51.95%30.2%-
HSV(B)242.25º68.38%45.88%-
XYZ4.753.0617.17-
YUV47.02167.49123-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.62%
GREEN value IS 37 (14.84% from 255) = 19.07%
BLUE value IS 117 (46.09% from 255) = 60.31%
R=20.62%
G=19.07%
B=60.31%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal40371170.660.6800.54242.2551.9530.2
Hex2825754244036f2341e
Octal50451651021040663626436
Binary10100010010111101011000010100010001101101111001011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282575; }

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

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

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

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

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

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

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

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