#1D3682

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

Shades of Resolution Blue #1D3682

Tints of Resolution Blue #1D3682

Color information

#1D3682 (or 0x1D3682) is unknown color: approx Resolution Blue. HEX triplet: 1D, 36 and 82. RGB value is (29,54,130). Sum of RGB (Red+Green+Blue) = 29+54+130=213 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.62% from 213); Green value is 54 (21.48% from 255 or 25.35% from 213); Blue value is 130 (51.17% from 255 or 61.03% from 213); Max value from RGB is 130 - color contains mainly: blue. Hex color #1D3682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D3682 is #E2C97D. Grayscale: #363636. Windows color (decimal): -14862718 or 8533533. OLE color: 8533533.

HSL color Cylindrical-coordinate representation of color #1D3682: hue angle of 225.15º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D3682 is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2954130-
CMYK0.780.5800.49
HSL225.15º63.52%31.18%-
HSV(B)225.15º77.69%50.98%-
XYZ5.864.5121.68-
YUV55.19170.22109.32-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.62%
GREEN value IS 54 (21.48% from 255) = 25.35%
BLUE value IS 130 (51.17% from 255) = 61.03%
R=13.62%
G=25.35%
B=61.03%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal29541300.780.5800.49225.1563.5231.18
Hex1D36824E3A031e1401f
Octal35662021167206134110037
Binary11101110110100000101001110111010011000111100001100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,54,130); }

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

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

 a { background-color: rgb(29,54,130); }

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

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

 span { border-color: rgb(29,54,130); }

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