#263445

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

Shades of Midnight #263445

Tints of Midnight #263445

Color information

#263445 (or 0x263445) is unknown color: approx Midnight. HEX triplet: 26, 34 and 45. RGB value is (38,52,69). Sum of RGB (Red+Green+Blue) = 38+52+69=159 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.90% from 159); Green value is 52 (20.70% from 255 or 32.70% from 159); Blue value is 69 (27.34% from 255 or 43.40% from 159); Max value from RGB is 69 - color contains mainly: blue. Hex color #263445 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263445 is #D9CBBA. Grayscale: #313131. Windows color (decimal): -14273467 or 4535334. OLE color: 4535334.

HSL color Cylindrical-coordinate representation of color #263445: hue angle of 212.9º degrees, saturation: 0.29, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #263445 is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB385269-
CMYK0.450.2500.73
HSL212.9º28.97%20.98%-
HSV(B)212.9º44.93%27.06%-
XYZ3.13.36.1-
YUV49.75138.86119.62-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.90%
GREEN value IS 52 (20.70% from 255) = 32.70%
BLUE value IS 69 (27.34% from 255) = 43.40%
R=23.90%
G=32.70%
B=43.40%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3852690.450.2500.73212.928.9720.98
Hex2634452D19049d51d15
Octal4664105553101113253525
Binary10011011010010001011011011100101001001110101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263445; }

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

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

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

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

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

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

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

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