Html Css Color HEX #253040 Midnight

📋 copy color: '#253040'

red 37 ◦ green 48 ◦ blue 64

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

Shades of Midnight #253040

Tints of Midnight #253040

RGB

 RED value IS 37 (14.84% from 255) = 24.83%

 GREEN value IS 48 (19.14% from 255) = 32.21%

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

R = 24.83%
G = 32.21%
B = 42.95%

CMYK

 C value IS 0.42

 M value IS 0.25

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#253040 (or 0x253040) is known color: Midnight. HEX triplet: 25, 30 and 40. RGB value is (37,48,64). Sum of RGB (Red+Green+Blue) = 37+48+64=149 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.83% from 149); Green value is 48 (19.14% from 255 or 32.21% from 149); Blue value is 64 (25.39% from 255 or 42.95% from 149); Max value from RGB is 64 - color contains mainly: blue. Hex color #253040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253040 is #DACFBF. Grayscale: #2E2E2E. Windows color (decimal): -14340032 or 4206629. OLE color: 4206629.

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

Color convert

RGB 37 48 64 -
CMYK 0.42 0.25 0 0.75
HSL 215.56º 0.27% 0.2% -
HSV(B) 215.56º 0.42% 0.25% -
XYZ 2.75 2.88 5.26 -
YUV 46.54 137.86 121.2 -
System Red Green Blue C M Y K H S L
Decimal 37 48 64 0.42 0.25 0 0.75 215.56 0.27 0.2
Hex 25 30 40 2A 19 0 4B D8 1B 14
Octal 45 60 100 52 31 0 113 330 33 24
Binary 100101 110000 1000000 101010 11001 0 1001011 11011000 11011 10100

Color Harmonies of #253040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253040

Black with #253040

Text Example


Text Example

White with #253040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253040; }

 p { color: rgb(37,48,64); }

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

background-color css

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

 a { background-color: rgb(37,48,64); }

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

border-color css

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

 span { border-color: rgb(37,48,64); }

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