#293540

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

Shades of Midnight #293540

Tints of Midnight #293540

Color information

#293540 (or 0x293540) is unknown color: approx Midnight. HEX triplet: 29, 35 and 40. RGB value is (41,53,64). Sum of RGB (Red+Green+Blue) = 41+53+64=158 (20% of max value = 765). Red value is 41 (16.41% from 255 or 25.95% from 158); Green value is 53 (21.09% from 255 or 33.54% from 158); Blue value is 64 (25.39% from 255 or 40.51% from 158); Max value from RGB is 64 - color contains mainly: blue. Hex color #293540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293540 is #D6CABF. Grayscale: #323232. Windows color (decimal): -14076608 or 4207913. OLE color: 4207913.

HSL color Cylindrical-coordinate representation of color #293540: hue angle of 208.7º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #293540 is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB415364-
CMYK0.360.1700.75
HSL208.7º21.9%20.59%-
HSV(B)208.7º35.94%25.1%-
XYZ3.113.395.34-
YUV50.67135.52121.11-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.95%
GREEN value IS 53 (21.09% from 255) = 33.54%
BLUE value IS 64 (25.39% from 255) = 40.51%
R=25.95%
G=33.54%
B=40.51%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4153640.360.1700.75208.721.920.59
Hex293540241104Bd11615
Octal5165100442101133212625
Binary10100111010110000001001001000101001011110100011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293540; }

 p { color: rgb(41,53,64); }

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

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

 a { background-color: rgb(41,53,64); }

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

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

 span { border-color: rgb(41,53,64); }

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