#252A3F

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

Shades of Midnight Express #252A3F

Tints of Midnight Express #252A3F

Color information

#252A3F (or 0x252A3F) is unknown color: approx Midnight Express. HEX triplet: 25, 2A and 3F. RGB value is (37,42,63). Sum of RGB (Red+Green+Blue) = 37+42+63=142 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.06% from 142); Green value is 42 (16.80% from 255 or 29.58% from 142); Blue value is 63 (25% from 255 or 44.37% from 142); Max value from RGB is 63 - color contains mainly: blue. Hex color #252A3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252A3F is #DAD5C0. Grayscale: #2A2A2A. Windows color (decimal): -14341569 or 4139557. OLE color: 4139557.

HSL color Cylindrical-coordinate representation of color #252A3F: hue angle of 228.46º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #252A3F is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB374263-
CMYK0.410.3300.75
HSL228.46º26%19.61%-
HSV(B)228.46º41.27%24.71%-
XYZ2.492.415.04-
YUV42.9139.34123.79-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 26.06%
GREEN value IS 42 (16.80% from 255) = 29.58%
BLUE value IS 63 (25% from 255) = 44.37%
R=26.06%
G=29.58%
B=44.37%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3742630.410.3300.75228.462619.61
Hex252A3F292104Be41a14
Octal455277514101133443224
Binary10010110101011111110100110000101001011111001001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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