Html Css Color HEX #242B40 Midnight Express

📋 copy color: '#242B40'

red 36 ◦ green 43 ◦ blue 64

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

Shades of Midnight Express #242B40

Tints of Midnight Express #242B40

RGB

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

 GREEN value IS 43 (17.19% from 255) = 30.07%

 BLUE value IS 64 (25.39% from 255) = 44.76%

R = 25.17%
G = 30.07%
B = 44.76%

CMYK

 C value IS 0.44

 M value IS 0.33

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#242B40 (or 0x242B40) is known color: Midnight Express. HEX triplet: 24, 2B and 40. RGB value is (36,43,64). Sum of RGB (Red+Green+Blue) = 36+43+64=143 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.17% from 143); Green value is 43 (17.19% from 255 or 30.07% from 143); Blue value is 64 (25.39% from 255 or 44.76% from 143); Max value from RGB is 64 - color contains mainly: blue. Hex color #242B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242B40 is #DBD4BF. Grayscale: #2B2B2B. Windows color (decimal): -14406848 or 4205348. OLE color: 4205348.

HSL color Cylindrical-coordinate representation of color #242B40: hue angle of 225º 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 #242B40 is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 36 43 64 -
CMYK 0.44 0.33 0 0.75
HSL 225º 0.28% 0.2% -
HSV(B) 225º 0.44% 0.25% -
XYZ 2.52 2.47 5.2 -
YUV 43.3 139.68 122.79 -
System Red Green Blue C M Y K H S L
Decimal 36 43 64 0.44 0.33 0 0.75 225 0.28 0.2
Hex 24 2B 40 2C 21 0 4B E1 1C 14
Octal 44 53 100 54 41 0 113 341 34 24
Binary 100100 101011 1000000 101100 100001 0 1001011 11100001 11100 10100

Color Harmonies of #242B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242B40

Black with #242B40

Text Example


Text Example

White with #242B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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