#232C78

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

Shades of Midnight Blue #232C78

Tints of Midnight Blue #232C78

Color information

#232C78 (or 0x232C78) is unknown color: approx Midnight Blue. HEX triplet: 23, 2C and 78. RGB value is (35,44,120). Sum of RGB (Red+Green+Blue) = 35+44+120=199 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.59% from 199); Green value is 44 (17.58% from 255 or 22.11% from 199); Blue value is 120 (47.27% from 255 or 60.30% from 199); Max value from RGB is 120 - color contains mainly: blue. Hex color #232C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232C78 is #DCD387. Grayscale: #313131. Windows color (decimal): -14472072 or 7875619. OLE color: 7875619.

HSL color Cylindrical-coordinate representation of color #232C78: hue angle of 233.65º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #232C78 is Cyan = 0.71, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3544120-
CMYK0.710.6300.53
HSL233.65º54.84%30.39%-
HSV(B)233.65º70.83%47.06%-
XYZ4.983.5118.19-
YUV49.97167.52117.32-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.59%
GREEN value IS 44 (17.58% from 255) = 22.11%
BLUE value IS 120 (47.27% from 255) = 60.30%
R=17.59%
G=22.11%
B=60.30%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal35441200.710.6300.53233.6554.8430.39
Hex232C78473F035ea371e
Octal4354170107770653526736
Binary1000111011001111000100011111111101101011110101011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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