#242C40

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

Shades of Midnight Express #242C40

Tints of Midnight Express #242C40

Color information

#242C40 (or 0x242C40) is unknown color: approx Midnight Express. HEX triplet: 24, 2C and 40. RGB value is (36,44,64). Sum of RGB (Red+Green+Blue) = 36+44+64=144 (19% of max value = 765). Red value is 36 (14.45% from 255 or 25% from 144); Green value is 44 (17.58% from 255 or 30.56% from 144); Blue value is 64 (25.39% from 255 or 44.44% from 144); Max value from RGB is 64 - color contains mainly: blue. Hex color #242C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242C40 is #DBD3BF. Grayscale: #2B2B2B. Windows color (decimal): -14406592 or 4205604. OLE color: 4205604.

HSL color Cylindrical-coordinate representation of color #242C40: hue angle of 222.86º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #242C40 is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB364464-
CMYK0.440.3100.75
HSL222.86º28%19.61%-
HSV(B)222.86º43.75%25.1%-
XYZ2.552.555.21-
YUV43.89139.35122.37-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 25%
GREEN value IS 44 (17.58% from 255) = 30.56%
BLUE value IS 64 (25.39% from 255) = 44.44%
R=25%
G=30.56%
B=44.44%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3644640.440.3100.75222.862819.61
Hex242C402C1F04Bdf1c14
Octal4454100543701133373424
Binary10010010110010000001011001111101001011110111111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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