#1E3F77

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

Shades of Resolution Blue #1E3F77

Tints of Resolution Blue #1E3F77

Color information

#1E3F77 (or 0x1E3F77) is unknown color: approx Resolution Blue. HEX triplet: 1E, 3F and 77. RGB value is (30,63,119). Sum of RGB (Red+Green+Blue) = 30+63+119=212 (28% of max value = 765). Red value is 30 (12.11% from 255 or 14.15% from 212); Green value is 63 (25% from 255 or 29.72% from 212); Blue value is 119 (46.88% from 255 or 56.13% from 212); Max value from RGB is 119 - color contains mainly: blue. Hex color #1E3F77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3F77 is #E1C088. Grayscale: #3B3B3B. Windows color (decimal): -14794889 or 7814942. OLE color: 7814942.

HSL color Cylindrical-coordinate representation of color #1E3F77: hue angle of 217.75º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E3F77 is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3063119-
CMYK0.750.4700.53
HSL217.75º59.73%29.22%-
HSV(B)217.75º74.79%46.67%-
XYZ5.645.1618.15-
YUV59.52161.57106.95-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.15%
GREEN value IS 63 (25% from 255) = 29.72%
BLUE value IS 119 (46.88% from 255) = 56.13%
R=14.15%
G=29.72%
B=56.13%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal30631190.750.4700.53217.7559.7329.22
Hex1E3F774B2F035da3c1d
Octal3677167113570653327435
Binary111101111111110111100101110111101101011101101011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,63,119); }

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

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

 a { background-color: rgb(30,63,119); }

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

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

 span { border-color: rgb(30,63,119); }

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