#1E3374

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

Shades of Resolution Blue #1E3374

Tints of Resolution Blue #1E3374

Color information

#1E3374 (or 0x1E3374) is unknown color: approx Resolution Blue. HEX triplet: 1E, 33 and 74. RGB value is (30,51,116). Sum of RGB (Red+Green+Blue) = 30+51+116=197 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15.23% from 197); Green value is 51 (20.31% from 255 or 25.89% from 197); Blue value is 116 (45.70% from 255 or 58.88% from 197); Max value from RGB is 116 - color contains mainly: blue. Hex color #1E3374 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3374 is #E1CC8B. Grayscale: #333333. Windows color (decimal): -14797964 or 7615262. OLE color: 7615262.

HSL color Cylindrical-coordinate representation of color #1E3374: hue angle of 225.35º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E3374 is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3051116-
CMYK0.740.5600.55
HSL225.35º58.9%28.63%-
HSV(B)225.35º74.14%45.49%-
XYZ4.873.917.02-
YUV52.13164.04112.21-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15.23%
GREEN value IS 51 (20.31% from 255) = 25.89%
BLUE value IS 116 (45.70% from 255) = 58.88%
R=15.23%
G=25.89%
B=58.88%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal30511160.740.5600.55225.3558.928.63
Hex1E33744A38037e13b1d
Octal3663164112700673417335
Binary111101100111110100100101011100001101111110000111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,51,116); }

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

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

 a { background-color: rgb(30,51,116); }

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

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

 span { border-color: rgb(30,51,116); }

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