#262A40

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

Shades of Midnight Express #262A40

Tints of Midnight Express #262A40

Color information

#262A40 (or 0x262A40) is unknown color: approx Midnight Express. HEX triplet: 26, 2A and 40. RGB value is (38,42,64). Sum of RGB (Red+Green+Blue) = 38+42+64=144 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.39% from 144); Green value is 42 (16.80% from 255 or 29.17% from 144); Blue value is 64 (25.39% from 255 or 44.44% from 144); Max value from RGB is 64 - color contains mainly: blue. Hex color #262A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262A40 is #D9D5BF. Grayscale: #2B2B2B. Windows color (decimal): -14276032 or 4205094. OLE color: 4205094.

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

Color convert

RGB384264-
CMYK0.410.3400.75
HSL230.77º25.49%20%-
HSV(B)230.77º40.62%25.1%-
XYZ2.552.445.19-
YUV43.31139.67124.21-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 26.39%
GREEN value IS 42 (16.80% from 255) = 29.17%
BLUE value IS 64 (25.39% from 255) = 44.44%
R=26.39%
G=29.17%
B=44.44%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3842640.410.3400.75230.7725.4920
Hex262A40292204Be71914
Octal4652100514201133473124
Binary100110101010100000010100110001001001011111001111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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