#1D3788

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

Shades of Resolution Blue #1D3788

Tints of Resolution Blue #1D3788

Color information

#1D3788 (or 0x1D3788) is unknown color: approx Resolution Blue. HEX triplet: 1D, 37 and 88. RGB value is (29,55,136). Sum of RGB (Red+Green+Blue) = 29+55+136=220 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.18% from 220); Green value is 55 (21.88% from 255 or 25% 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 #1D3788 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D3788 is #E2C877. Grayscale: #383838. Windows color (decimal): -14862456 or 8927005. OLE color: 8927005.

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

Color convert

RGB2955136-
CMYK0.790.6000.47
HSL225.42º64.85%32.35%-
HSV(B)225.42º78.68%53.33%-
XYZ6.324.7723.88-
YUV56.46172.89108.41-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.18%
GREEN value IS 55 (21.88% from 255) = 25%
BLUE value IS 136 (53.52% from 255) = 61.82%
R=13.18%
G=25%
B=61.82%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal29551360.790.6000.47225.4264.8532.35
Hex1D37884F3C02Fe14120
Octal35672101177405734110140
Binary111011101111000100010011111111000101111111000011000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,55,136); }

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

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

 a { background-color: rgb(29,55,136); }

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

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

 span { border-color: rgb(29,55,136); }

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