Html Css Color HEX #253440 Midnight

📋 copy color: '#253440'

red 37 ◦ green 52 ◦ blue 64

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

Shades of Midnight #253440

Tints of Midnight #253440

RGB

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

 GREEN value IS 52 (20.7% from 255) = 33.99%

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

R = 24.18%
G = 33.99%
B = 41.83%

CMYK

 C value IS 0.42

 M value IS 0.19

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#253440 (or 0x253440) is known color: Midnight. HEX triplet: 25, 34 and 40. RGB value is (37,52,64). Sum of RGB (Red+Green+Blue) = 37+52+64=153 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.18% from 153); Green value is 52 (20.70% from 255 or 33.99% from 153); Blue value is 64 (25.39% from 255 or 41.83% from 153); Max value from RGB is 64 - color contains mainly: blue. Hex color #253440 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253440 is #DACBBF. Grayscale: #303030. Windows color (decimal): -14339008 or 4207653. OLE color: 4207653.

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

Color convert

RGB 37 52 64 -
CMYK 0.42 0.19 0 0.75
HSL 206.67º 0.27% 0.2% -
HSV(B) 206.67º 0.42% 0.25% -
XYZ 2.92 3.22 5.32 -
YUV 48.88 136.53 119.52 -
System Red Green Blue C M Y K H S L
Decimal 37 52 64 0.42 0.19 0 0.75 206.67 0.27 0.2
Hex 25 34 40 2A 13 0 4B CF 1B 14
Octal 45 64 100 52 23 0 113 317 33 24
Binary 100101 110100 1000000 101010 10011 0 1001011 11001111 11011 10100

Color Harmonies of #253440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253440

Black with #253440

Text Example


Text Example

White with #253440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253440; }

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

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

background-color css

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

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

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

border-color css

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

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

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