#232C75

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

Shades of Midnight Blue #232C75

Tints of Midnight Blue #232C75

Color information

#232C75 (or 0x232C75) is unknown color: approx Midnight Blue. HEX triplet: 23, 2C and 75. RGB value is (35,44,117). Sum of RGB (Red+Green+Blue) = 35+44+117=196 (25% of max value = 765). Red value is 35 (14.06% from 255 or 17.86% from 196); Green value is 44 (17.58% from 255 or 22.45% 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 #232C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232C75 is #DCD38A. Grayscale: #313131. Windows color (decimal): -14472075 or 7679011. OLE color: 7679011.

HSL color Cylindrical-coordinate representation of color #232C75: hue angle of 233.41º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #232C75 is Cyan = 0.70, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3544117-
CMYK0.700.6200.54
HSL233.41º53.95%29.8%-
HSV(B)233.41º70.09%45.88%-
XYZ4.83.4417.24-
YUV49.63166.02117.56-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.86%
GREEN value IS 44 (17.58% from 255) = 22.45%
BLUE value IS 117 (46.09% from 255) = 59.69%
R=17.86%
G=22.45%
B=59.69%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal35441170.700.6200.54233.4153.9529.8
Hex232C75463E036e9361e
Octal4354165106760663516636
Binary1000111011001110101100011011111001101101110100111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232C75; }

 p { color: rgb(35,44,117); }

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

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

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

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

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

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

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