#232373

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

Shades of Midnight Blue #232373

Tints of Midnight Blue #232373

Color information

#232373 (or 0x232373) is unknown color: approx Midnight Blue. HEX triplet: 23, 23 and 73. RGB value is (35,35,115). Sum of RGB (Red+Green+Blue) = 35+35+115=185 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.92% from 185); Green value is 35 (14.06% from 255 or 18.92% from 185); Blue value is 115 (45.31% from 255 or 62.16% from 185); Max value from RGB is 115 - color contains mainly: blue. Hex color #232373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232373 is #DCDC8C. Grayscale: #2B2B2B. Windows color (decimal): -14474381 or 7545635. OLE color: 7545635.

HSL color Cylindrical-coordinate representation of color #232373: hue angle of 240º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #232373 is Cyan = 0.70, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3535115-
CMYK0.700.7000.55
HSL240º53.33%29.41%-
HSV(B)240º69.57%45.1%-
XYZ4.392.816.53-
YUV44.12168121.5-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.92%
GREEN value IS 35 (14.06% from 255) = 18.92%
BLUE value IS 115 (45.31% from 255) = 62.16%
R=18.92%
G=18.92%
B=62.16%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal35351150.700.7000.5524053.3329.41
Hex2323734646037f0351d
Octal43431631061060673606535
Binary10001110001111100111000110100011001101111111000011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232373; }

 p { color: rgb(35,35,115); }

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

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

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

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

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

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

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