#242375

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

Shades of Midnight Blue #242375

Tints of Midnight Blue #242375

Color information

#242375 (or 0x242375) is unknown color: approx Midnight Blue. HEX triplet: 24, 23 and 75. RGB value is (36,35,117). Sum of RGB (Red+Green+Blue) = 36+35+117=188 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.15% from 188); Green value is 35 (14.06% from 255 or 18.62% from 188); Blue value is 117 (46.09% from 255 or 62.23% from 188); Max value from RGB is 117 - color contains mainly: blue. Hex color #242375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242375 is #DBDC8A. Grayscale: #2C2C2C. Windows color (decimal): -14408843 or 7676708. OLE color: 7676708.

HSL color Cylindrical-coordinate representation of color #242375: hue angle of 240.73º 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 #242375 is Cyan = 0.69, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3635117-
CMYK0.690.7000.54
HSL240.73º53.95%29.8%-
HSV(B)240.73º70.09%45.88%-
XYZ4.542.8617.14-
YUV44.65168.83121.83-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.15%
GREEN value IS 35 (14.06% from 255) = 18.62%
BLUE value IS 117 (46.09% from 255) = 62.23%
R=19.15%
G=18.62%
B=62.23%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal36351170.690.7000.54240.7353.9529.8
Hex2423754546036f1361e
Octal44431651051060663616636
Binary10010010001111101011000101100011001101101111000111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242375; }

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

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

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

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

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

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

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

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