#1E3585

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

Shades of Resolution Blue #1E3585

Tints of Resolution Blue #1E3585

Color information

#1E3585 (or 0x1E3585) is unknown color: approx Resolution Blue. HEX triplet: 1E, 35 and 85. RGB value is (30,53,133). Sum of RGB (Red+Green+Blue) = 30+53+133=216 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.89% from 216); Green value is 53 (21.09% from 255 or 24.54% from 216); Blue value is 133 (52.34% from 255 or 61.57% from 216); Max value from RGB is 133 - color contains mainly: blue. Hex color #1E3585 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E3585 is #E1CA7A. Grayscale: #363636. Windows color (decimal): -14797435 or 8729886. OLE color: 8729886.

HSL color Cylindrical-coordinate representation of color #1E3585: hue angle of 226.6º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E3585 is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3053133-
CMYK0.770.6000.48
HSL226.6º63.19%31.96%-
HSV(B)226.6º77.44%52.16%-
XYZ6.044.5222.74-
YUV55.24171.88110-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.89%
GREEN value IS 53 (21.09% from 255) = 24.54%
BLUE value IS 133 (52.34% from 255) = 61.57%
R=13.89%
G=24.54%
B=61.57%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal30531330.770.6000.48226.663.1931.96
Hex1E35854D3C030e33f20
Octal3665205115740603437740
Binary11110110101100001011001101111100011000011100011111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,53,133); }

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

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

 a { background-color: rgb(30,53,133); }

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

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

 span { border-color: rgb(30,53,133); }

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