#252A40

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

Shades of Midnight Express #252A40

Tints of Midnight Express #252A40

Color information

#252A40 (or 0x252A40) is unknown color: approx Midnight Express. HEX triplet: 25, 2A and 40. RGB value is (37,42,64). Sum of RGB (Red+Green+Blue) = 37+42+64=143 (18% of max value = 765). Red value is 37 (14.84% from 255 or 25.87% from 143); Green value is 42 (16.80% from 255 or 29.37% from 143); Blue value is 64 (25.39% from 255 or 44.76% from 143); Max value from RGB is 64 - color contains mainly: blue. Hex color #252A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252A40 is #DAD5BF. Grayscale: #2A2A2A. Windows color (decimal): -14341568 or 4205093. OLE color: 4205093.

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

Color convert

RGB374264-
CMYK0.420.3400.75
HSL228.89º26.73%19.8%-
HSV(B)228.89º42.19%25.1%-
XYZ2.522.425.18-
YUV43.01139.84123.71-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25.87%
GREEN value IS 42 (16.80% from 255) = 29.37%
BLUE value IS 64 (25.39% from 255) = 44.76%
R=25.87%
G=29.37%
B=44.76%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3742640.420.3400.75228.8926.7319.8
Hex252A402A2204Be51b14
Octal4552100524201133453324
Binary100101101010100000010101010001001001011111001011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #252A40;
 }
 .AnyTagClassName
 {
   color: #252A40;
 }
</style>
background-color css

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

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

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

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

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

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