#1E3487

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

Shades of Resolution Blue #1E3487

Tints of Resolution Blue #1E3487

Color information

#1E3487 (or 0x1E3487) is unknown color: approx Resolution Blue. HEX triplet: 1E, 34 and 87. RGB value is (30,52,135). Sum of RGB (Red+Green+Blue) = 30+52+135=217 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.82% from 217); Green value is 52 (20.70% from 255 or 23.96% from 217); Blue value is 135 (53.12% from 255 or 62.21% from 217); Max value from RGB is 135 - color contains mainly: blue. Hex color #1E3487 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E3487 is #E1CB78. Grayscale: #363636. Windows color (decimal): -14797689 or 8860702. OLE color: 8860702.

HSL color Cylindrical-coordinate representation of color #1E3487: hue angle of 227.43º 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 #1E3487 is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3052135-
CMYK0.780.6100.47
HSL227.43º63.64%32.35%-
HSV(B)227.43º77.78%52.94%-
XYZ6.144.4823.46-
YUV54.88173.21110.25-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.82%
GREEN value IS 52 (20.70% from 255) = 23.96%
BLUE value IS 135 (53.12% from 255) = 62.21%
R=13.82%
G=23.96%
B=62.21%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal30521350.780.6100.47227.4363.6432.35
Hex1E34874E3D02Fe34020
Octal36642071167505734310040
Binary111101101001000011110011101111010101111111000111000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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