#1D3988

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

Shades of Resolution Blue #1D3988

Tints of Resolution Blue #1D3988

Color information

#1D3988 (or 0x1D3988) is unknown color: approx Resolution Blue. HEX triplet: 1D, 39 and 88. RGB value is (29,57,136). Sum of RGB (Red+Green+Blue) = 29+57+136=222 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.06% from 222); Green value is 57 (22.66% from 255 or 25.68% from 222); Blue value is 136 (53.52% from 255 or 61.26% from 222); Max value from RGB is 136 - color contains mainly: blue. Hex color #1D3988 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D3988 is #E2C677. Grayscale: #393939. Windows color (decimal): -14861944 or 8927517. OLE color: 8927517.

HSL color Cylindrical-coordinate representation of color #1D3988: hue angle of 224.3º 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 #1D3988 is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2957136-
CMYK0.790.5800.47
HSL224.3º64.85%32.35%-
HSV(B)224.3º78.68%53.33%-
XYZ6.414.9723.91-
YUV57.63172.22107.58-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.06%
GREEN value IS 57 (22.66% from 255) = 25.68%
BLUE value IS 136 (53.52% from 255) = 61.26%
R=13.06%
G=25.68%
B=61.26%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal29571360.790.5800.47224.364.8532.35
Hex1D39884F3A02Fe04120
Octal35712101177205734010140
Binary111011110011000100010011111110100101111111000001000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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