#252C40

Color #252C40 Midnight Express (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Express #252C40

Tints of Midnight Express #252C40

Color information

#252C40 (or 0x252C40) is unknown color: approx 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

RGB374464-
CMYK0.420.3100.75
HSL224.44º26.73%19.8%-
HSV(B)224.44º42.19%25.1%-
XYZ2.592.565.21-
YUV44.19139.18122.87-

RGB Variations

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

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 (Cyan) values IS 0.42
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3744640.420.3100.75224.4426.7319.8
Hex252C402A1F04Be01b14
Octal4554100523701133403324
Binary10010110110010000001010101111101001011111000001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>