#1F3484

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

Shades of Resolution Blue #1F3484

Tints of Resolution Blue #1F3484

Color information

#1F3484 (or 0x1F3484) is unknown color: approx Resolution Blue. HEX triplet: 1F, 34 and 84. RGB value is (31,52,132). Sum of RGB (Red+Green+Blue) = 31+52+132=215 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.42% from 215); Green value is 52 (20.70% from 255 or 24.19% from 215); Blue value is 132 (51.95% from 255 or 61.40% from 215); Max value from RGB is 132 - color contains mainly: blue. Hex color #1F3484 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F3484 is #E0CB7B. Grayscale: #363636. Windows color (decimal): -14732156 or 8664095. OLE color: 8664095.

HSL color Cylindrical-coordinate representation of color #1F3484: hue angle of 227.52º 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 #1F3484 is Cyan = 0.77, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3152132-
CMYK0.770.6100.48
HSL227.52º61.96%31.96%-
HSV(B)227.52º76.52%51.76%-
XYZ5.964.4122.37-
YUV54.84171.54111-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.42%
GREEN value IS 52 (20.70% from 255) = 24.19%
BLUE value IS 132 (51.95% from 255) = 61.40%
R=14.42%
G=24.19%
B=61.40%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal31521320.770.6100.48227.5261.9631.96
Hex1F34844D3D030e43e20
Octal3764204115750603447640
Binary11111110100100001001001101111101011000011100100111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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