#1E344D

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

Shades of Midnight #1E344D

Tints of Midnight #1E344D

Color information

#1E344D (or 0x1E344D) is unknown color: approx Midnight. HEX triplet: 1E, 34 and 4D. RGB value is (30,52,77). Sum of RGB (Red+Green+Blue) = 30+52+77=159 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.87% from 159); Green value is 52 (20.70% from 255 or 32.70% from 159); Blue value is 77 (30.47% from 255 or 48.43% from 159); Max value from RGB is 77 - color contains mainly: blue. Hex color #1E344D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E344D is #E1CBB2. Grayscale: #303030. Windows color (decimal): -14797747 or 5059614. OLE color: 5059614.

HSL color Cylindrical-coordinate representation of color #1E344D: hue angle of 211.91º degrees, saturation: 0.44, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1E344D is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB305277-
CMYK0.610.3200.70
HSL211.91º43.93%20.98%-
HSV(B)211.91º61.04%30.2%-
XYZ3.13.277.49-
YUV48.27144.21114.97-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 18.87%
GREEN value IS 52 (20.70% from 255) = 32.70%
BLUE value IS 77 (30.47% from 255) = 48.43%
R=18.87%
G=32.70%
B=48.43%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3052770.610.3200.70211.9143.9320.98
Hex1E344D3D20046d42c15
Octal3664115754001063245425
Binary111101101001001101111101100000010001101101010010110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E344D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E344D; }

 p { color: rgb(30,52,77); }

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

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

 a { background-color: rgb(30,52,77); }

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

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

 span { border-color: rgb(30,52,77); }

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