#1D3589

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

Shades of Resolution Blue #1D3589

Tints of Resolution Blue #1D3589

Color information

#1D3589 (or 0x1D3589) is unknown color: approx Resolution Blue. HEX triplet: 1D, 35 and 89. RGB value is (29,53,137). Sum of RGB (Red+Green+Blue) = 29+53+137=219 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.24% from 219); Green value is 53 (21.09% from 255 or 24.20% from 219); Blue value is 137 (53.91% from 255 or 62.56% from 219); Max value from RGB is 137 - color contains mainly: blue. Hex color #1D3589 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D3589 is #E2CA76. Grayscale: #373737. Windows color (decimal): -14862967 or 8992029. OLE color: 8992029.

HSL color Cylindrical-coordinate representation of color #1D3589: hue angle of 226.67º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D3589 is Cyan = 0.79, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2953137-
CMYK0.790.6100.46
HSL226.67º65.06%32.55%-
HSV(B)226.67º78.83%53.73%-
XYZ6.34.6124.23-
YUV55.4174.05109.17-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.24%
GREEN value IS 53 (21.09% from 255) = 24.20%
BLUE value IS 137 (53.91% from 255) = 62.56%
R=13.24%
G=24.20%
B=62.56%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal29531370.790.6100.46226.6765.0632.55
Hex1D35894F3D02Ee34121
Octal35652111177505634310141
Binary111011101011000100110011111111010101110111000111000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,53,137); }

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

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

 a { background-color: rgb(29,53,137); }

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

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

 span { border-color: rgb(29,53,137); }

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