#23288D

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

Shades of Midnight Blue #23288D

Tints of Midnight Blue #23288D

Color information

#23288D (or 0x23288D) is unknown color: approx Midnight Blue. HEX triplet: 23, 28 and 8D. RGB value is (35,40,141). Sum of RGB (Red+Green+Blue) = 35+40+141=216 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.20% from 216); Green value is 40 (16.02% from 255 or 18.52% from 216); Blue value is 141 (55.47% from 255 or 65.28% from 216); Max value from RGB is 141 - color contains mainly: blue. Hex color #23288D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23288D is #DCD772. Grayscale: #313131. Windows color (decimal): -14473075 or 9250851. OLE color: 9250851.

HSL color Cylindrical-coordinate representation of color #23288D: hue angle of 237.17º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23288D is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3540141-
CMYK0.750.7200.45
HSL237.17º60.23%34.51%-
HSV(B)237.17º75.18%55.29%-
XYZ6.263.825.6-
YUV50.02179.34117.29-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.20%
GREEN value IS 40 (16.02% from 255) = 18.52%
BLUE value IS 141 (55.47% from 255) = 65.28%
R=16.20%
G=18.52%
B=65.28%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal35401410.750.7200.45237.1760.2334.51
Hex23288D4B4802Ded3c23
Octal43502151131100553557443
Binary1000111010001000110110010111001000010110111101101111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23288D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23288D; }

 p { color: rgb(35,40,141); }

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

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

 a { background-color: rgb(35,40,141); }

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

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

 span { border-color: rgb(35,40,141); }

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