#262D40

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

Shades of Midnight Express #262D40

Tints of Midnight Express #262D40

Color information

#262D40 (or 0x262D40) is unknown color: approx Midnight Express. HEX triplet: 26, 2D and 40. RGB value is (38,45,64). Sum of RGB (Red+Green+Blue) = 38+45+64=147 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.85% from 147); Green value is 45 (17.97% from 255 or 30.61% from 147); Blue value is 64 (25.39% from 255 or 43.54% from 147); Max value from RGB is 64 - color contains mainly: blue. Hex color #262D40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262D40 is #D9D2BF. Grayscale: #2C2C2C. Windows color (decimal): -14275264 or 4205862. OLE color: 4205862.

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

Color convert

RGB384564-
CMYK0.410.3000.75
HSL223.85º25.49%20%-
HSV(B)223.85º40.62%25.1%-
XYZ2.662.665.22-
YUV45.07138.68122.96-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25.85%
GREEN value IS 45 (17.97% from 255) = 30.61%
BLUE value IS 64 (25.39% from 255) = 43.54%
R=25.85%
G=30.61%
B=43.54%

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
Decimal3845640.410.3000.75223.8525.4920
Hex262D40291E04Be01914
Octal4655100513601133403124
Binary10011010110110000001010011111001001011111000001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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