#262B40

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

Shades of Midnight Express #262B40

Tints of Midnight Express #262B40

Color information

#262B40 (or 0x262B40) is unknown color: approx Midnight Express. HEX triplet: 26, 2B and 40. RGB value is (38,43,64). Sum of RGB (Red+Green+Blue) = 38+43+64=145 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.21% from 145); Green value is 43 (17.19% from 255 or 29.66% from 145); Blue value is 64 (25.39% from 255 or 44.14% from 145); Max value from RGB is 64 - color contains mainly: blue. Hex color #262B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262B40 is #D9D4BF. Grayscale: #2B2B2B. Windows color (decimal): -14275776 or 4205350. OLE color: 4205350.

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

Color convert

RGB384364-
CMYK0.410.3300.75
HSL228.46º25.49%20%-
HSV(B)228.46º40.62%25.1%-
XYZ2.592.515.2-
YUV43.9139.34123.79-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 26.21%
GREEN value IS 43 (17.19% from 255) = 29.66%
BLUE value IS 64 (25.39% from 255) = 44.14%
R=26.21%
G=29.66%
B=44.14%

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
Decimal3843640.410.3300.75228.4625.4920
Hex262B40292104Be41914
Octal4653100514101133443124
Binary100110101011100000010100110000101001011111001001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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