#1F3582

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

Shades of Resolution Blue #1F3582

Tints of Resolution Blue #1F3582

Color information

#1F3582 (or 0x1F3582) is unknown color: approx Resolution Blue. HEX triplet: 1F, 35 and 82. RGB value is (31,53,130). Sum of RGB (Red+Green+Blue) = 31+53+130=214 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.49% from 214); Green value is 53 (21.09% from 255 or 24.77% from 214); Blue value is 130 (51.17% from 255 or 60.75% from 214); Max value from RGB is 130 - color contains mainly: blue. Hex color #1F3582 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F3582 is #E0CA7D. Grayscale: #363636. Windows color (decimal): -14731902 or 8533279. OLE color: 8533279.

HSL color Cylindrical-coordinate representation of color #1F3582: hue angle of 226.67º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F3582 is Cyan = 0.76, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3153130-
CMYK0.760.5900.49
HSL226.67º61.49%31.57%-
HSV(B)226.67º76.15%50.98%-
XYZ5.874.4521.67-
YUV55.2170.21110.74-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.49%
GREEN value IS 53 (21.09% from 255) = 24.77%
BLUE value IS 130 (51.17% from 255) = 60.75%
R=14.49%
G=24.77%
B=60.75%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal31531300.760.5900.49226.6761.4931.57
Hex1F35824C3B031e33d20
Octal3765202114730613437540
Binary11111110101100000101001100111011011000111100011111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,53,130); }

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

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

 a { background-color: rgb(31,53,130); }

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

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

 span { border-color: rgb(31,53,130); }

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