#1E3687

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

Shades of Resolution Blue #1E3687

Tints of Resolution Blue #1E3687

Color information

#1E3687 (or 0x1E3687) is unknown color: approx Resolution Blue. HEX triplet: 1E, 36 and 87. RGB value is (30,54,135). Sum of RGB (Red+Green+Blue) = 30+54+135=219 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.70% from 219); Green value is 54 (21.48% from 255 or 24.66% from 219); Blue value is 135 (53.12% from 255 or 61.64% from 219); Max value from RGB is 135 - color contains mainly: blue. Hex color #1E3687 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E3687 is #E1C978. Grayscale: #373737. Windows color (decimal): -14797177 or 8861214. OLE color: 8861214.

HSL color Cylindrical-coordinate representation of color #1E3687: hue angle of 226.29º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E3687 is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3054135-
CMYK0.780.6000.47
HSL226.29º63.64%32.35%-
HSV(B)226.29º77.78%52.94%-
XYZ6.234.6623.49-
YUV56.06172.55109.41-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.70%
GREEN value IS 54 (21.48% from 255) = 24.66%
BLUE value IS 135 (53.12% from 255) = 61.64%
R=13.70%
G=24.66%
B=61.64%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal30541350.780.6000.47226.2963.6432.35
Hex1E36874E3C02Fe24020
Octal36662071167405734210040
Binary111101101101000011110011101111000101111111000101000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,54,135); }

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

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

 a { background-color: rgb(30,54,135); }

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

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

 span { border-color: rgb(30,54,135); }

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