#263440

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

Shades of Midnight #263440

Tints of Midnight #263440

Color information

#263440 (or 0x263440) is unknown color: approx Midnight. HEX triplet: 26, 34 and 40. RGB value is (38,52,64). Sum of RGB (Red+Green+Blue) = 38+52+64=154 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.68% from 154); Green value is 52 (20.70% from 255 or 33.77% from 154); Blue value is 64 (25.39% from 255 or 41.56% from 154); Max value from RGB is 64 - color contains mainly: blue. Hex color #263440 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263440 is #D9CBBF. Grayscale: #313131. Windows color (decimal): -14273472 or 4207654. OLE color: 4207654.

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

Color convert

RGB385264-
CMYK0.410.1900.75
HSL207.69º25.49%20%-
HSV(B)207.69º40.62%25.1%-
XYZ2.953.245.32-
YUV49.18136.36120.02-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.68%
GREEN value IS 52 (20.70% from 255) = 33.77%
BLUE value IS 64 (25.39% from 255) = 41.56%
R=24.68%
G=33.77%
B=41.56%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3852640.410.1900.75207.6925.4920
Hex263440291304Bd01914
Octal4664100512301133203124
Binary10011011010010000001010011001101001011110100001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263440; }

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

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

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

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

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

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

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

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