Html Css Color HEX #252C40 Midnight Express

📋 copy color: '#252C40'

red 37 ◦ green 44 ◦ blue 64

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

Shades of Midnight Express #252C40

Tints of Midnight Express #252C40

RGB

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

 GREEN value IS 44 (17.58% from 255) = 30.34%

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

R = 25.52%
G = 30.34%
B = 44.14%

CMYK

 C value IS 0.42

 M value IS 0.31

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#252C40 (or 0x252C40) is known color: Midnight Express. HEX triplet: 25, 2C and 40. RGB value is (37,44,64). Sum of RGB (Red+Green+Blue) = 37+44+64=145 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.52% from 145); Green value is 44 (17.58% from 255 or 30.34% from 145); Blue value is 64 (25.39% from 255 or 44.14% from 145); Max value from RGB is 64 - color contains mainly: blue. Hex color #252C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252C40 is #DAD3BF. Grayscale: #2C2C2C. Windows color (decimal): -14341056 or 4205605. OLE color: 4205605.

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

Color convert

RGB 37 44 64 -
CMYK 0.42 0.31 0 0.75
HSL 224.44º 0.27% 0.2% -
HSV(B) 224.44º 0.42% 0.25% -
XYZ 2.59 2.56 5.21 -
YUV 44.19 139.18 122.87 -
System Red Green Blue C M Y K H S L
Decimal 37 44 64 0.42 0.31 0 0.75 224.44 0.27 0.2
Hex 25 2C 40 2A 1F 0 4B E0 1B 14
Octal 45 54 100 52 37 0 113 340 33 24
Binary 100101 101100 1000000 101010 11111 0 1001011 11100000 11011 10100

Color Harmonies of #252C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252C40

Black with #252C40

Text Example


Text Example

White with #252C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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