#1E3475

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

Shades of Resolution Blue #1E3475

Tints of Resolution Blue #1E3475

Color information

#1E3475 (or 0x1E3475) is unknown color: approx Resolution Blue. HEX triplet: 1E, 34 and 75. RGB value is (30,52,117). Sum of RGB (Red+Green+Blue) = 30+52+117=199 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15.08% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 117 (46.09% from 255 or 58.79% from 199); Max value from RGB is 117 - color contains mainly: blue. Hex color #1E3475 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3475 is #E1CB8A. Grayscale: #343434. Windows color (decimal): -14797707 or 7681054. OLE color: 7681054.

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

Color convert

RGB3052117-
CMYK0.740.5600.54
HSL224.83º59.18%28.82%-
HSV(B)224.83º74.36%45.88%-
XYZ4.974.0217.34-
YUV52.83164.21111.71-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15.08%
GREEN value IS 52 (20.70% from 255) = 26.13%
BLUE value IS 117 (46.09% from 255) = 58.79%
R=15.08%
G=26.13%
B=58.79%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal30521170.740.5600.54224.8359.1828.82
Hex1E34754A38036e13b1d
Octal3664165112700663417335
Binary111101101001110101100101011100001101101110000111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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