#252A42

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

Shades of Midnight Express #252A42

Tints of Midnight Express #252A42

Color information

#252A42 (or 0x252A42) is unknown color: approx Midnight Express. HEX triplet: 25, 2A and 42. RGB value is (37,42,66). Sum of RGB (Red+Green+Blue) = 37+42+66=145 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.52% from 145); Green value is 42 (16.80% from 255 or 28.97% from 145); Blue value is 66 (26.17% from 255 or 45.52% from 145); Max value from RGB is 66 - color contains mainly: blue. Hex color #252A42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252A42 is #DAD5BD. Grayscale: #2B2B2B. Windows color (decimal): -14341566 or 4336165. OLE color: 4336165.

HSL color Cylindrical-coordinate representation of color #252A42: hue angle of 229.66º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #252A42 is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB374266-
CMYK0.440.3600.74
HSL229.66º28.16%20.2%-
HSV(B)229.66º43.94%25.88%-
XYZ2.572.445.49-
YUV43.24140.84123.55-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25.52%
GREEN value IS 42 (16.80% from 255) = 28.97%
BLUE value IS 66 (26.17% from 255) = 45.52%
R=25.52%
G=28.97%
B=45.52%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3742660.440.3600.74229.6628.1620.2
Hex252A422C2404Ae61c14
Octal4552102544401123463424
Binary100101101010100001010110010010001001010111001101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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