Html Css Color HEX #253140 Midnight

📋 copy color: '#253140'

red 37 ◦ green 49 ◦ blue 64

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

Shades of Midnight #253140

Tints of Midnight #253140

RGB

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

 GREEN value IS 49 (19.53% from 255) = 32.67%

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

R = 24.67%
G = 32.67%
B = 42.67%

CMYK

 C value IS 0.42

 M value IS 0.23

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#253140 (or 0x253140) is known color: Midnight. HEX triplet: 25, 31 and 40. RGB value is (37,49,64). Sum of RGB (Red+Green+Blue) = 37+49+64=150 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.67% from 150); Green value is 49 (19.53% from 255 or 32.67% from 150); Blue value is 64 (25.39% from 255 or 42.67% from 150); Max value from RGB is 64 - color contains mainly: blue. Hex color #253140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253140 is #DACEBF. Grayscale: #2F2F2F. Windows color (decimal): -14339776 or 4206885. OLE color: 4206885.

HSL color Cylindrical-coordinate representation of color #253140: hue angle of 213.33º 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 #253140 is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 37 49 64 -
CMYK 0.42 0.23 0 0.75
HSL 213.33º 0.27% 0.2% -
HSV(B) 213.33º 0.42% 0.25% -
XYZ 2.79 2.96 5.27 -
YUV 47.12 137.52 120.78 -
System Red Green Blue C M Y K H S L
Decimal 37 49 64 0.42 0.23 0 0.75 213.33 0.27 0.2
Hex 25 31 40 2A 17 0 4B D5 1B 14
Octal 45 61 100 52 27 0 113 325 33 24
Binary 100101 110001 1000000 101010 10111 0 1001011 11010101 11011 10100

Color Harmonies of #253140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253140

Black with #253140

Text Example


Text Example

White with #253140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253140; }

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

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

background-color css

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

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

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

border-color css

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

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

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