#1D3884

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

Shades of Resolution Blue #1D3884

Tints of Resolution Blue #1D3884

Color information

#1D3884 (or 0x1D3884) is unknown color: approx Resolution Blue. HEX triplet: 1D, 38 and 84. RGB value is (29,56,132). Sum of RGB (Red+Green+Blue) = 29+56+132=217 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.36% from 217); Green value is 56 (22.27% from 255 or 25.81% from 217); Blue value is 132 (51.95% from 255 or 60.83% from 217); Max value from RGB is 132 - color contains mainly: blue. Hex color #1D3884 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D3884 is #E2C77B. Grayscale: #383838. Windows color (decimal): -14862204 or 8665117. OLE color: 8665117.

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

Color convert

RGB2956132-
CMYK0.780.5800.48
HSL224.27º63.98%31.57%-
HSV(B)224.27º78.03%51.76%-
XYZ6.094.7622.43-
YUV56.59170.55108.32-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.36%
GREEN value IS 56 (22.27% from 255) = 25.81%
BLUE value IS 132 (51.95% from 255) = 60.83%
R=13.36%
G=25.81%
B=60.83%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal29561320.780.5800.48224.2763.9831.57
Hex1D38844E3A030e04020
Octal35702041167206034010040
Binary111011110001000010010011101110100110000111000001000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,56,132); }

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

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

 a { background-color: rgb(29,56,132); }

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

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

 span { border-color: rgb(29,56,132); }

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