Html Css Color HEX #242F40 Midnight

📋 copy color: '#242F40'

red 36 ◦ green 47 ◦ blue 64

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

Shades of Midnight #242F40

Tints of Midnight #242F40

RGB

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

 GREEN value IS 47 (18.75% from 255) = 31.97%

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

R = 24.49%
G = 31.97%
B = 43.54%

CMYK

 C value IS 0.44

 M value IS 0.27

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#242F40 (or 0x242F40) is known color: Midnight. HEX triplet: 24, 2F and 40. RGB value is (36,47,64). Sum of RGB (Red+Green+Blue) = 36+47+64=147 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.49% from 147); Green value is 47 (18.75% from 255 or 31.97% from 147); Blue value is 64 (25.39% from 255 or 43.54% from 147); Max value from RGB is 64 - color contains mainly: blue. Hex color #242F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242F40 is #DBD0BF. Grayscale: #2D2D2D. Windows color (decimal): -14405824 or 4206372. OLE color: 4206372.

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

Color convert

RGB 36 47 64 -
CMYK 0.44 0.27 0 0.75
HSL 216.43º 0.28% 0.2% -
HSV(B) 216.43º 0.44% 0.25% -
XYZ 2.67 2.78 5.25 -
YUV 45.65 138.36 121.12 -
System Red Green Blue C M Y K H S L
Decimal 36 47 64 0.44 0.27 0 0.75 216.43 0.28 0.2
Hex 24 2F 40 2C 1B 0 4B D8 1C 14
Octal 44 57 100 54 33 0 113 330 34 24
Binary 100100 101111 1000000 101100 11011 0 1001011 11011000 11100 10100

Color Harmonies of #242F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242F40

Black with #242F40

Text Example


Text Example

White with #242F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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