#263140

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

Shades of Midnight #263140

Tints of Midnight #263140

Color information

#263140 (or 0x263140) is unknown color: approx Midnight. HEX triplet: 26, 31 and 40. RGB value is (38,49,64). Sum of RGB (Red+Green+Blue) = 38+49+64=151 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25.17% from 151); Green value is 49 (19.53% from 255 or 32.45% from 151); Blue value is 64 (25.39% from 255 or 42.38% from 151); Max value from RGB is 64 - color contains mainly: blue. Hex color #263140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263140 is #D9CEBF. Grayscale: #2F2F2F. Windows color (decimal): -14274240 or 4206886. OLE color: 4206886.

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

Color convert

RGB384964-
CMYK0.410.2300.75
HSL214.62º25.49%20%-
HSV(B)214.62º40.62%25.1%-
XYZ2.822.985.28-
YUV47.42137.36121.28-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25.17%
GREEN value IS 49 (19.53% from 255) = 32.45%
BLUE value IS 64 (25.39% from 255) = 42.38%
R=25.17%
G=32.45%
B=42.38%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3849640.410.2300.75214.6225.4920
Hex263140291704Bd71914
Octal4661100512701133273124
Binary10011011000110000001010011011101001011110101111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263140; }

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

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

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

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

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

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

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

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