#1e3688

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

Shades of Resolution Blue #1E3688

Tints of Resolution Blue #1E3688

Color information

#1E3688 (or 0x1E3688) is unknown color: approx Resolution Blue. HEX triplet: 1E, 36 and 88. RGB value is (30,54,136). Sum of RGB (Red+Green+Blue) = 30+54+136=220 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.64% from 220); Green value is 54 (21.48% from 255 or 24.55% from 220); Blue value is 136 (53.52% from 255 or 61.82% from 220); Max value from RGB is 136 - color contains mainly: blue. Hex color #1E3688 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E3688 is #E1C977. Grayscale: #373737. Windows color (decimal): -14797176 or 8926750. OLE color: 8926750.

HSL color Cylindrical-coordinate representation of color #1E3688: hue angle of 226.42º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E3688 is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3054136-
CMYK0.780.6000.47
HSL226.42º63.86%32.55%-
HSV(B)226.42º77.94%53.33%-
XYZ6.34.6923.87-
YUV56.17173.05109.33-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.64%
GREEN value IS 54 (21.48% from 255) = 24.55%
BLUE value IS 136 (53.52% from 255) = 61.82%
R=13.64%
G=24.55%
B=61.82%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal30541360.780.6000.47226.4263.8632.55
Hex1E36884E3C02Fe24021
Octal36662101167405734210041
Binary111101101101000100010011101111000101111111000101000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e3688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,54,136); }

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

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

 a { background-color: rgb(30,54,136); }

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

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

 span { border-color: rgb(30,54,136); }

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