#1F3E84

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

Shades of Resolution Blue #1F3E84

Tints of Resolution Blue #1F3E84

Color information

#1F3E84 (or 0x1F3E84) is unknown color: approx Resolution Blue. HEX triplet: 1F, 3E and 84. RGB value is (31,62,132). Sum of RGB (Red+Green+Blue) = 31+62+132=225 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.78% from 225); Green value is 62 (24.61% from 255 or 27.56% from 225); Blue value is 132 (51.95% from 255 or 58.67% from 225); Max value from RGB is 132 - color contains mainly: blue. Hex color #1F3E84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F3E84 is #E0C17B. Grayscale: #3C3C3C. Windows color (decimal): -14729596 or 8666655. OLE color: 8666655.

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

Color convert

RGB3162132-
CMYK0.770.5300.48
HSL221.58º61.96%31.96%-
HSV(B)221.58º76.52%51.76%-
XYZ6.455.422.53-
YUV60.71168.23106.81-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.78%
GREEN value IS 62 (24.61% from 255) = 27.56%
BLUE value IS 132 (51.95% from 255) = 58.67%
R=13.78%
G=27.56%
B=58.67%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal31621320.770.5300.48221.5861.9631.96
Hex1F3E844D35030de3e20
Octal3776204115650603367640
Binary11111111110100001001001101110101011000011011110111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,62,132); }

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

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

 a { background-color: rgb(31,62,132); }

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

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

 span { border-color: rgb(31,62,132); }

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