#252C3F

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

Shades of Midnight Express #252C3F

Tints of Midnight Express #252C3F

Color information

#252C3F (or 0x252C3F) is unknown color: approx Midnight Express. HEX triplet: 25, 2C and 3F. RGB value is (37,44,63). Sum of RGB (Red+Green+Blue) = 37+44+63=144 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.69% from 144); Green value is 44 (17.58% from 255 or 30.56% from 144); Blue value is 63 (25% from 255 or 43.75% from 144); Max value from RGB is 63 - color contains mainly: blue. Hex color #252C3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252C3F is #DAD3C0. Grayscale: #2B2B2B. Windows color (decimal): -14341057 or 4140069. OLE color: 4140069.

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

Color convert

RGB374463-
CMYK0.410.3000.75
HSL223.85º26%19.61%-
HSV(B)223.85º41.27%24.71%-
XYZ2.562.555.06-
YUV44.07138.68122.96-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25.69%
GREEN value IS 44 (17.58% from 255) = 30.56%
BLUE value IS 63 (25% from 255) = 43.75%
R=25.69%
G=30.56%
B=43.75%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3744630.410.3000.75223.852619.61
Hex252C3F291E04Be01a14
Octal455477513601133403224
Binary1001011011001111111010011111001001011111000001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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