#1e3572

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

Shades of Resolution Blue #1E3572

Tints of Resolution Blue #1E3572

Color information

#1E3572 (or 0x1E3572) is unknown color: approx Resolution Blue. HEX triplet: 1E, 35 and 72. RGB value is (30,53,114). Sum of RGB (Red+Green+Blue) = 30+53+114=197 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15.23% from 197); Green value is 53 (21.09% from 255 or 26.90% from 197); Blue value is 114 (44.92% from 255 or 57.87% from 197); Max value from RGB is 114 - color contains mainly: blue. Hex color #1E3572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3572 is #E1CA8D. Grayscale: #343434. Windows color (decimal): -14797454 or 7484702. OLE color: 7484702.

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

Color convert

RGB3053114-
CMYK0.740.5400.55
HSL223.57º58.33%28.24%-
HSV(B)223.57º73.68%44.71%-
XYZ4.854.0416.44-
YUV53.08162.38111.54-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15.23%
GREEN value IS 53 (21.09% from 255) = 26.90%
BLUE value IS 114 (44.92% from 255) = 57.87%
R=15.23%
G=26.90%
B=57.87%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal30531140.740.5400.55223.5758.3328.24
Hex1E35724A36037e03a1c
Octal3665162112660673407234
Binary111101101011110010100101011011001101111110000011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e3572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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