#242C75

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

Shades of Midnight Blue #242C75

Tints of Midnight Blue #242C75

Color information

#242C75 (or 0x242C75) is unknown color: approx Midnight Blue. HEX triplet: 24, 2C and 75. RGB value is (36,44,117). Sum of RGB (Red+Green+Blue) = 36+44+117=197 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.27% from 197); Green value is 44 (17.58% from 255 or 22.34% from 197); Blue value is 117 (46.09% from 255 or 59.39% from 197); Max value from RGB is 117 - color contains mainly: blue. Hex color #242C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242C75 is #DBD38A. Grayscale: #313131. Windows color (decimal): -14406539 or 7679012. OLE color: 7679012.

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

Color convert

RGB3644117-
CMYK0.690.6200.54
HSL234.07º52.94%30%-
HSV(B)234.07º69.23%45.88%-
XYZ4.843.4617.24-
YUV49.93165.85118.06-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.27%
GREEN value IS 44 (17.58% from 255) = 22.34%
BLUE value IS 117 (46.09% from 255) = 59.39%
R=18.27%
G=22.34%
B=59.39%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal36441170.690.6200.54234.0752.9430
Hex242C75453E036ea351e
Octal4454165105760663526536
Binary1001001011001110101100010111111001101101110101011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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