Html Css Color HEX #242C41 Midnight Express

📋 copy color: '#242C41'

red 36 ◦ green 44 ◦ blue 65

#242C41
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Express #242C41

Tints of Midnight Express #242C41

RGB

 RED value IS 36 (14.45% from 255) = 24.83%

 GREEN value IS 44 (17.58% from 255) = 30.34%

 BLUE value IS 65 (25.78% from 255) = 44.83%

R = 24.83%
G = 30.34%
B = 44.83%

CMYK

 C value IS 0.45

 M value IS 0.32

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#242C41 (or 0x242C41) is known color: Midnight Express. HEX triplet: 24, 2C and 41. RGB value is (36,44,65). Sum of RGB (Red+Green+Blue) = 36+44+65=145 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.83% from 145); Green value is 44 (17.58% from 255 or 30.34% from 145); Blue value is 65 (25.78% from 255 or 44.83% from 145); Max value from RGB is 65 - color contains mainly: blue. Hex color #242C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242C41 is #DBD3BE. Grayscale: #2B2B2B. Windows color (decimal): -14406591 or 4271140. OLE color: 4271140.

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

Color convert

RGB 36 44 65 -
CMYK 0.45 0.32 0 0.75
HSL 223.45º 0.29% 0.2% -
HSV(B) 223.45º 0.45% 0.25% -
XYZ 2.58 2.56 5.36 -
YUV 44 139.85 122.29 -
System Red Green Blue C M Y K H S L
Decimal 36 44 65 0.45 0.32 0 0.75 223.45 0.29 0.2
Hex 24 2C 41 2D 20 0 4B DF 1D 14
Octal 44 54 101 55 40 0 113 337 35 24
Binary 100100 101100 1000001 101101 100000 0 1001011 11011111 11101 10100

Color Harmonies of #242C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242C41

Black with #242C41

Text Example


Text Example

White with #242C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #242C41;
 }
 .AnyTagClassName
 {
   color: #242C41;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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